summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorentrpntr <entrpntr@gmail.com>2020-03-25 14:11:25 -0400
committerentrpntr <entrpntr@gmail.com>2020-03-25 15:10:21 -0400
commitca12e16b29402bd14b2bc96a13a2cf16639a35aa (patch)
treeef1ba8fde885d659852b6feab044283687d287b0 /data
parent14fb37e8100ed219e1bc08446424d1bfaf401a96 (diff)
Disassemble load_pics.asm and move_mon_wo_mail.asm in bank $14.
Diffstat (limited to 'data')
-rw-r--r--data/moves/animations.asm4
-rwxr-xr-xdata/predef_pointers.asm2
2 files changed, 3 insertions, 3 deletions
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 ; ???