diff options
| author | Pepe20129 <72659707+Pepe20129@users.noreply.github.com> | 2024-04-22 19:44:12 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-04-22 12:44:12 -0500 |
| commit | b65a15028b926e8aac73988f7241c01edcfecda2 (patch) | |
| tree | 736144c0992b3e596f6e51e4a1893fa4777dc97c /soh/src/code | |
| parent | 4c75fd14a77018a2dfce2679e8e8a15af6f233b1 (diff) | |
Update z_horse.c (#4014)
Diffstat (limited to 'soh/src/code')
| -rw-r--r-- | soh/src/code/z_horse.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/soh/src/code/z_horse.c b/soh/src/code/z_horse.c index 6f7aa2d3a..48c76396f 100644 --- a/soh/src/code/z_horse.c +++ b/soh/src/code/z_horse.c @@ -75,6 +75,9 @@ void func_8006D0EC(PlayState* play, Player* player) { } else if ((play->sceneNum == gSaveContext.horseData.scene) && (((Flags_GetEventChkInf(EVENTCHKINF_EPONA_OBTAINED) != 0) && (!IS_RANDO || (IS_RANDO && CHECK_QUEST_ITEM(QUEST_SONG_EPONA) && + Flags_GetRandomizerInf(RAND_INF_HAS_OCARINA_C_UP) && + Flags_GetRandomizerInf(RAND_INF_HAS_OCARINA_C_LEFT) && + Flags_GetRandomizerInf(RAND_INF_HAS_OCARINA_C_RIGHT) && (INV_CONTENT(ITEM_OCARINA_FAIRY) != ITEM_NONE)))) || DREG(1) != 0)) { // "Set by existence of horse %d %d %d" osSyncPrintf("馬存在によるセット %d %d %d\n", gSaveContext.horseData.scene, Flags_GetEventChkInf(EVENTCHKINF_EPONA_OBTAINED), |
