diff options
author | Bryan Bishop <kanzure@gmail.com> | 2012-01-12 16:48:54 -0600 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2012-01-12 16:48:54 -0600 |
commit | 232da2751f811a180f2ee217f4b8714be6b9f547 (patch) | |
tree | 2ec3e0f215018a02bd7695332c0042e923976a17 | |
parent | 1d8b2c6055a65052a3ab139133b9db4dd795debb (diff) |
add Route16GateMapText3 to Route16GateMapTexts
hg-commit-id: 46a075f21ddc
-rw-r--r-- | pokered.asm | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/pokered.asm b/pokered.asm index 0e222c57..822054b0 100644 --- a/pokered.asm +++ b/pokered.asm @@ -20077,9 +20077,7 @@ Route16GateMap_h: ; 0x496b2 to 0x496be (12 bytes) (id=186) INCBIN "baserom.gbc",$496be,$4975a - $496be Route16GateMapTexts: ; 0x4975a - dw Route16GateMapText1, Route16GateMapText2 - -INCBIN "baserom.gbc",$4975e,$2 + dw Route16GateMapText1, Route16GateMapText2, Route16GateMapText3 Route16GateMapText1: ; 0x49760 db $08 ; asm @@ -20094,7 +20092,10 @@ Route16GateMapText1: ; 0x49760 .asm_56c9d ; 0x49774 jp $24d7 -INCBIN "baserom.gbc",$49777,$f +INCBIN "baserom.gbc",$49777,$49781 - $49777 + +Route16GateMapText3: ; 0x49781 +INCBIN "baserom.gbc",$49781,5 Route16GateMapText2: ; 0x49786 TX_FAR _Route16GateMapText2 |