mirror of
https://github.com/zeldaret/oot.git
synced 2025-07-13 11:24:40 +00:00
En_Kz OK (#176)
* start kz * remove irrelevant file * kz progress * en_kz progress * match kz switch * progress * kz OK * kz OK * sync * kz done * delete asm files * pr suggestions 1
This commit is contained in:
parent
038ab888f6
commit
ac97807762
35 changed files with 479 additions and 1468 deletions
|
@ -3554,7 +3554,7 @@ void Interface_Draw(GlobalContext* globalCtx) {
|
|||
|
||||
// Revert any spoiling trade quest items
|
||||
for (phi_s3 = 0; phi_s3 < ARRAY_COUNT(gSpoilingItems); phi_s3++) {
|
||||
if (INV_CONTENT(ITEM_POCKET_EGG) == gSpoilingItems[phi_s3]) {
|
||||
if (INV_CONTENT(ITEM_TRADE_ADULT) == gSpoilingItems[phi_s3]) {
|
||||
gSaveContext.eventInf[0] &= 0x7F80;
|
||||
osSyncPrintf("EVENT_INF=%x\n", gSaveContext.eventInf[0]);
|
||||
globalCtx->nextEntranceIndex = sSpoilingItemEntrances[phi_s3];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue