diff options
author | Bryan Bishop <kanzure@gmail.com> | 2012-01-12 16:51:18 -0600 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2012-01-12 16:51:18 -0600 |
commit | 49d9f5110ad6057b2537c2206cf5cd0bc3dc489d (patch) | |
tree | 53a9595ac1f13045240387ae066345b402e0e8b7 | |
parent | 232da2751f811a180f2ee217f4b8714be6b9f547 (diff) |
insert Route18GateText2 into Route18GateTexts
hg-commit-id: eb75dcf9b789
-rw-r--r-- | pokered.asm | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/pokered.asm b/pokered.asm index 822054b0..18157537 100644 --- a/pokered.asm +++ b/pokered.asm @@ -20208,9 +20208,7 @@ Route18Gate_h: ; 0x4986a to 0x49876 (12 bytes) (id=190) INCBIN "baserom.gbc",$49876,$4990d - $49876 Route18GateTexts: ; 0x4990d - dw Route18GateText1 - -INCBIN "baserom.gbc",$4990f,$2 + dw Route18GateText1, Route18GateText2 Route18GateText1: ; 0x49911 db $08 ; asm @@ -20225,7 +20223,10 @@ Route18GateText1: ; 0x49911 .asm_a8410 ; 0x49925 jp $24d7 -INCBIN "baserom.gbc",$49928,$f +INCBIN "baserom.gbc",$49928,$49932 - $49928 + +Route18GateText2: ; 0x49932 +INCBIN "baserom.gbc",$49932,5 Route18GateObject: ; 0x49937 (size=50) db $a ; border tile |