summaryrefslogtreecommitdiff
path: root/yellow/main.asm
diff options
context:
space:
mode:
authorluckytyphlosion <alan.rj.huang@gmail.com>2016-03-17 18:54:51 -0400
committerluckytyphlosion <alan.rj.huang@gmail.com>2016-03-17 18:54:51 -0400
commit5857f3d04abc3feb67c9eb2986e65df85eb28073 (patch)
tree6923b98dfa916e31a26298b90ff8fa1a05f06a9f /yellow/main.asm
parent29b6c60cb7801a4b240f398dd85938f020190234 (diff)
Start working on engine/battle/animations.asm
Diffstat (limited to 'yellow/main.asm')
-rwxr-xr-xyellow/main.asm6
1 files changed, 5 insertions, 1 deletions
diff --git a/yellow/main.asm b/yellow/main.asm
index d39c431b..ca6826e7 100755
--- a/yellow/main.asm
+++ b/yellow/main.asm
@@ -821,7 +821,11 @@ RedFishingTilesBack: INCBIN "gfx/red_fishing_tile_back.2bpp"
RedFishingTilesSide: INCBIN "gfx/red_fishing_tile_side.2bpp"
RedFishingRodTiles: INCBIN "gfx/red_fishingrod_tiles.2bpp"
- dr $7a22a,$7c000
+AttackAnimationPointers: ; 7a22a (1e:622a)
+ dr $7a22a,$7a915
+
+SubanimationPointers: ; 7a915 (1e:6915)
+ dr $7a915,$7c000
SECTION "bank20",ROMX,BANK[$20]