diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2015-07-20 03:51:52 -0400 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2015-07-20 03:51:52 -0400 |
commit | bef792f2d21ccac0127aeffd9e0838aba81f44b6 (patch) | |
tree | 22185c93e9f9dcc3937a5e96279dd71f3b24c0d8 /items | |
parent | 94129b6b451fc7770ea75ffbdcbaab4967f513bd (diff) |
More label updates, moved predefs to new file
Also named most of the engine and event flag constants.
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 a9d155856..b65183ca2 100644 --- a/items/item_effects.asm +++ b/items/item_effects.asm @@ -603,7 +603,7 @@ ParkBall: ; e8a2 ld b, 0 callba Function116c1 - call Function4b6 + call FadeToWhite call Functione51 @@ -685,7 +685,7 @@ ParkBall: ; e8a2 ld hl, UnknownText_0xedeb call PrintText - call Function4b6 + call FadeToWhite call Functione51 jr .asm_ebe2 |