diff options
| author | libjet <libj3t@gmail.com> | 2020-02-19 16:23:56 +0000 |
|---|---|---|
| committer | libjet <libj3t@gmail.com> | 2020-02-19 16:23:56 +0000 |
| commit | 4f1d434564bf3b6c1c469ebb3e33e1475d7e2136 (patch) | |
| tree | 9dd335ebacb66ca3254aff468f3a951bbebec8c9 /items | |
| parent | b1a35aa1770c7972fdb6e7af50ad529118b972d2 (diff) | |
Add home/tilemap.asm and update home/menu.asm
Diffstat (limited to 'items')
| -rwxr-xr-x | items/item_effects.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/items/item_effects.asm b/items/item_effects.asm index 51a9ef1a..2308c6b2 100755 --- a/items/item_effects.asm +++ b/items/item_effects.asm @@ -1920,7 +1920,7 @@ Functionf46f: ; f46f (3:746f) .asm_f496 push bc ld hl, Text_MilkDrinkCantBeUsed - call MenuTextBoxBackup + call MenuTextboxBackup pop bc jr Functionf46f @@ -2116,7 +2116,7 @@ Text_PlayedThePokeFlute: CoinCase: ; f5e1 (3:75e1) ld hl, Text_CoinCase - jp MenuTextBoxWaitButton + jp MenuTextboxWaitButton Text_CoinCase: text_far Text_CoinCase_ |
