aboutsummaryrefslogtreecommitdiffstats
path: root/data/pikachu
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2021-05-30 17:34:50 -0400
committerRangi <remy.oukaour+rangi42@gmail.com>2021-05-30 17:34:50 -0400
commitb3eadb3508d97f48bda3f14c15378df24942719a (patch)
tree93e9c3fa4cb0e821dfe5e430c1b3246b371fb51e /data/pikachu
parentMerge remote-tracking branch 'remotes/pokered/master' (diff)
parentEliminate unnecessary data macros (diff)
downloadpokeyellow-b3eadb3508d97f48bda3f14c15378df24942719a.tar.gz
pokeyellow-b3eadb3508d97f48bda3f14c15378df24942719a.tar.xz
pokeyellow-b3eadb3508d97f48bda3f14c15378df24942719a.zip
Merge remote-tracking branch 'remotes/pokered/master'
Diffstat (limited to 'data/pikachu')
-rw-r--r--data/pikachu/pikachu_pic_animation.asm3
1 files changed, 2 insertions, 1 deletions
diff --git a/data/pikachu/pikachu_pic_animation.asm b/data/pikachu/pikachu_pic_animation.asm
index a9e3c5e7..89eedc8d 100644
--- a/data/pikachu/pikachu_pic_animation.asm
+++ b/data/pikachu/pikachu_pic_animation.asm
@@ -332,7 +332,8 @@ IF _NARG == 2
db \1 ; size (-1 if compressed)
dba \2 ; pointer
ELSE
- dbbw \1, \2, \3 ; size, bank, address
+ db \1 ; size
+ dbw \2, \3 ; bank, address
ENDC
ENDM