From 691aa8e157c0f74f745a6e2501d68a6d6438888a Mon Sep 17 00:00:00 2001 From: Bryan Bishop Date: Wed, 11 Jan 2012 13:51:35 -0600 Subject: add labels for route 6, 7 and 8 text 1 hg-commit-id: 47a63dca1005 --- pokered.asm | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pokered.asm b/pokered.asm index 4d3739a6..7e7f06f5 100644 --- a/pokered.asm +++ b/pokered.asm @@ -8764,6 +8764,10 @@ Route5Gate_h: ; 0x1df27 to 0x1df33 (12 bytes) (bank=7) (id=70) dw $5ffb ; objects INCBIN "baserom.gbc",$1df33,$1dfaa - $1df33 + +Route8GateText1: +Route7GateText1: +Route6GateText1: Route5GateText1: ; 0x1dfaa db $8 ld a, [$d728] @@ -8792,7 +8796,9 @@ Route5GateText1: ; 0x1dfaa call PrintText jp $24d7 ; 0x1dfe7 + INCBIN "baserom.gbc",$1dfe7,$14 + Route5GateObject: ; 0x1dffb (size=42) db $a ; border tile -- cgit v1.3.1-sl0p