diff options
author | Bryan Bishop <kanzure@gmail.com> | 2012-01-07 16:23:50 -0600 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2012-01-07 16:23:50 -0600 |
commit | 4c0265e6d5faef54375f2943c006b2a296da5e70 (patch) | |
tree | 92ed909c41c93c1b6d429aa6b2bf9ee64c0fed5d | |
parent | db8de333af915062d2317cf1b10c2c42f8df0431 (diff) |
fix _ViridianHouseText1
hg-commit-id: d6fa1ce51d98
-rw-r--r-- | pokered.asm | 20 |
1 files changed, 8 insertions, 12 deletions
diff --git a/pokered.asm b/pokered.asm index 102127d5..99ff7023 100644 --- a/pokered.asm +++ b/pokered.asm @@ -23878,8 +23878,13 @@ _SchoolText2: ; 0x95d40 db "the blackboard", $55 db "carefully!", $57 -_ViridianHouseText1: -INCBIN "baserom.gbc",$95d71,$95dc7 - $95d71 +_ViridianHouseText1: ; 0x95d71 + db $0, "Coming up with", $4f + db "nicknames is fun,", $55 + db "but hard.", $51 + db "Simple names are", $4f + db "the easiest to", $55 + db "remember.", $57 _ViridianHouseText2: ; 0x95dc7 db $0, "My Daddy loves", $4f @@ -23930,17 +23935,8 @@ _MuseumF2Text7: ; 0x9694b INCBIN "baserom.gbc",$9697a,$1686 -;_ViridianHouseText1: ; 0x95d71 -; db $0, "Coming up with", $4f -; db "nicknames is fun,", $55 -; db "but hard.", $51 -; db "Simple names are", $4f -; db "the easiest to", $55 -; db "remember.", $57 -; -;inc-BIN "baserom.gbc",$95dc7,$2239 - SECTION "bank26",DATA,BANK[$26] + INCBIN "baserom.gbc",$98000,$984ce - $98000 _PewterHouse1Text1: ; 0x984ce |