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:
parent
c6e3ef4570
commit
a32221c36e
3 changed files with 24 additions and 22 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue