diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2015-11-11 16:11:08 -0500 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2015-11-11 16:15:06 -0500 |
commit | 91068077f05afbbfd6571ceadada2c03ac7c8038 (patch) | |
tree | 5d3ff368c3a31c99cd1967a589403a37ee1377ff /items | |
parent | b522b0f165b6aae278ca9b4b18bada606d4ae737 (diff) |
Further split bank 4
Diffstat (limited to 'items')
-rw-r--r-- | 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 e7fcaa35d..f47e2669e 100644 --- a/items/item_effects.asm +++ b/items/item_effects.asm @@ -603,7 +603,7 @@ endr xor a ; PARTYMON ld [MonType], a ld b, 0 - callba Function116c1 + callba NamingScreen call FadeToWhite @@ -656,7 +656,7 @@ endr ld [MonType], a ld de, wd050 ld b, $0 - callba Function116c1 + callba NamingScreen ld a, BANK(sBoxMonNicknames) call GetSRAMBank |