summaryrefslogtreecommitdiff
path: root/main.asm
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2013-07-12 16:18:52 -0400
committeryenatch <yenatch@gmail.com>2013-07-12 16:18:52 -0400
commitbf2a4b8a845f06409fa99088e6d7c0ac10c0e01b (patch)
tree2a91eb8b4b41a7ca55e83da5afcc73e84bee9da1 /main.asm
parent1da2a7a5c4cf4e0aa19218c9a1afa4a1e1e39ec0 (diff)
Sprite headers
Diffstat (limited to 'main.asm')
-rw-r--r--main.asm9
1 files changed, 7 insertions, 2 deletions
diff --git a/main.asm b/main.asm
index 60622550c..910476026 100644
--- a/main.asm
+++ b/main.asm
@@ -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