From 5857f3d04abc3feb67c9eb2986e65df85eb28073 Mon Sep 17 00:00:00 2001 From: luckytyphlosion Date: Thu, 17 Mar 2016 18:54:51 -0400 Subject: Start working on engine/battle/animations.asm --- yellow/main.asm | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'yellow') 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] -- cgit v1.3.1-sl0p