1
0
mirror of https://github.com/blawar/ooot.git synced 2024-07-04 18:13:37 +00:00

temp fixed corrupted wall in bombchu game #207

This commit is contained in:
Blake Warner 2022-03-07 19:57:59 -05:00
parent e63cedaab2
commit 1930494245

View File

@ -410,7 +410,7 @@ void EnBomBowMan_ChooseShowPrize(EnBomBowlMan* pthis, GlobalContext* globalCtx)
prizeTemp = EXITEM_PURPLE_RUPEE_BOWLING;
break;
case 2:
prizeTemp = EXITEM_BOMBCHUS_BOWLING;
prizeTemp = EXITEM_PURPLE_RUPEE_BOWLING; // TODO FIX HACK, bombchu corrupts the walls when its selected. EXITEM_BOMBCHUS_BOWLING;
break;
case 3:
prizeTemp = EXITEM_HEART_PIECE_BOWLING;