1
0
Fork 0
mirror of https://github.com/zeldaret/oot.git synced 2025-08-22 06:52:03 +00:00

Match retail z_en_ds.c, z_en_horse.c, z_en_fhg_fire.c (#1897)

* Actually match z_en_ds.c

* Match z_en_horse.c

* Match z_en_fhg_fire.c
This commit is contained in:
cadmic 2024-02-26 23:30:42 -08:00 committed by GitHub
parent c6e3ef4570
commit a32221c36e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 24 additions and 22 deletions

View file

@ -215,6 +215,8 @@ void EnDs_Wait(EnDs* this, PlayState* play) {
player->actor.textId = 0x500C;
this->actionFunc = EnDs_OfferBluePotion;
} else {
s16 pad;
if (INV_CONTENT(ITEM_ODD_MUSHROOM) == ITEM_ODD_MUSHROOM) {
player->actor.textId = 0x5049;
} else {