diff options
author | luckytyphlosion <alan.rj.huang@gmail.com> | 2016-03-17 18:54:51 -0400 |
---|---|---|
committer | luckytyphlosion <alan.rj.huang@gmail.com> | 2016-03-17 18:54:51 -0400 |
commit | 5857f3d04abc3feb67c9eb2986e65df85eb28073 (patch) | |
tree | 6923b98dfa916e31a26298b90ff8fa1a05f06a9f /yellow/main.asm | |
parent | 29b6c60cb7801a4b240f398dd85938f020190234 (diff) |
Start working on engine/battle/animations.asm
Diffstat (limited to 'yellow/main.asm')
-rwxr-xr-x | yellow/main.asm | 6 |
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] |