diff options
author | yenatch <yenatch@gmail.com> | 2013-07-12 16:18:52 -0400 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2013-07-12 16:18:52 -0400 |
commit | bf2a4b8a845f06409fa99088e6d7c0ac10c0e01b (patch) | |
tree | 2a91eb8b4b41a7ca55e83da5afcc73e84bee9da1 /main.asm | |
parent | 1da2a7a5c4cf4e0aa19218c9a1afa4a1e1e39ec0 (diff) |
Sprite headers
Diffstat (limited to 'main.asm')
-rw-r--r-- | main.asm | 9 |
1 files changed, 7 insertions, 2 deletions
@@ -8912,7 +8912,7 @@ GetSprite: ; 1423c call GetMonSprite ret c - ld hl, $4736 + ld hl, SpriteHeaders dec a ld c, a ld b, 0 @@ -9806,7 +9806,12 @@ Group20Sprites: ; 1472b ; 14736 -INCBIN "baserom.gbc", $14736, $152ab - $14736 +SpriteHeaders: ; 14736 +INCLUDE "gfx/overworld/sprite_headers.asm" +; 1499a + + +INCBIN "baserom.gbc", $1499a, $152ab - $1499a BlackoutPoints: ; 0x152ab |