summaryrefslogtreecommitdiff
path: root/main.asm
diff options
context:
space:
mode:
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