diff options
author | luckytyphlosion <alan.rj.huang@gmail.com> | 2016-03-28 15:59:19 -0400 |
---|---|---|
committer | luckytyphlosion <alan.rj.huang@gmail.com> | 2016-03-28 15:59:19 -0400 |
commit | 9ca431b4f9706a3bbbbcfb03e2bab3360a5258a2 (patch) | |
tree | eb8b05c448eb6a0b00ad344e65fb1b708c89c2aa /yellow/main.asm | |
parent | 817729c36ac6d43129731290f3feed9db9ff65a4 (diff) |
Complete documentation of bank1e
Todo: address comments for data/animations.asm
Diffstat (limited to 'yellow/main.asm')
-rwxr-xr-x | yellow/main.asm | 25 |
1 files changed, 12 insertions, 13 deletions
diff --git a/yellow/main.asm b/yellow/main.asm index 1f5492f4..e9064d2b 100755 --- a/yellow/main.asm +++ b/yellow/main.asm @@ -811,25 +811,24 @@ SECTION "bank1E",ROMX,BANK[$1E] INCLUDE "engine/battle/animations.asm" -AnimCut: ; 7a037 (1e:6037) - dr $7a037,$7a0fb -AnimateBoulderDust: ; 7a0fb (1e:60fb) - dr $7a0fb,$7a19a +INCLUDE "engine/overworld/cut2.asm" + +INCLUDE "engine/overworld/ssanne.asm" RedFishingTilesFront: INCBIN "gfx/red_fishing_tile_front.2bpp" RedFishingTilesBack: INCBIN "gfx/red_fishing_tile_back.2bpp" RedFishingTilesSide: INCBIN "gfx/red_fishing_tile_side.2bpp" RedFishingRodTiles: INCBIN "gfx/red_fishingrod_tiles.2bpp" -;INCLUDE "data/animations.asm" -AttackAnimationPointers: ; 7a22a (1e:622a) - dr $7a22a,$7a915 -SubanimationPointers: ; 7a915 (1e:6915) - dr $7a915,$7b11c -FrameBlockPointers: ; 7b11c (1e:711c) - dr $7b11c,$7be2d -FrameBlockBaseCoords: ; 7be2d (1e:7e2d) - dr $7be2d,$7c000 +INCLUDE "data/animations.asm" +;AttackAnimationPointers: ; 7a22a (1e:622a) +; dr $7a22a,$7a915 +;SubanimationPointers: ; 7a915 (1e:6915) +; dr $7a915,$7b11c +;FrameBlockPointers: ; 7b11c (1e:711c) +; dr $7b11c,$7be2d +;FrameBlockBaseCoords: ; 7be2d (1e:7e2d) +; dr $7be2d,$7c000 SECTION "bank2f",ROMX[$5000],BANK[$2F] |