From ca12e16b29402bd14b2bc96a13a2cf16639a35aa Mon Sep 17 00:00:00 2001 From: entrpntr Date: Wed, 25 Mar 2020 14:11:25 -0400 Subject: Disassemble load_pics.asm and move_mon_wo_mail.asm in bank $14. --- data/moves/animations.asm | 4 ++-- data/predef_pointers.asm | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'data') diff --git a/data/moves/animations.asm b/data/moves/animations.asm index badbf7ba..8de1ffcc 100644 --- a/data/moves/animations.asm +++ b/data/moves/animations.asm @@ -2350,7 +2350,7 @@ BattleAnim_Transform: anim_call BattleAnim_TargetObj_2Row anim_sound 0, 0, SFX_PSYBEAM anim_bgeffect ANIM_BG_WAVE_DEFORM_USER, $0, $1, $0 - anim_wait 48 + anim_wait 48 anim_transform anim_incbgeffect ANIM_BG_WAVE_DEFORM_USER anim_wait 48 @@ -2592,7 +2592,7 @@ BattleAnim_Minimize: anim_1gfx ANIM_GFX_HIT anim_call BattleAnim_TargetObj_2Row anim_bgeffect ANIM_BG_WAVE_DEFORM_USER, $0, $1, $0 - anim_wait 48 + anim_wait 48 anim_minimizeopp anim_incbgeffect ANIM_BG_WAVE_DEFORM_USER anim_wait 48 diff --git a/data/predef_pointers.asm b/data/predef_pointers.asm index 8e4dac0f..8f7fd669 100755 --- a/data/predef_pointers.asm +++ b/data/predef_pointers.asm @@ -74,6 +74,6 @@ PredefPointers:: add_predef CheckTypeMatchup ; $40 add_predef ConvertMon_1to2 add_predef NewPokedexEntry - add_predef FrontpicPredef + add_predef UnusedFrontpicPredef add_predef UpdateTimePredef dbw -1, InexplicablyEmptyFunction ; ??? -- cgit v1.2.3