diff options
author | Bryan Bishop <kanzure@gmail.com> | 2012-01-14 21:55:53 -0600 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2012-01-14 21:55:53 -0600 |
commit | 0e10c92093df8765ce4eb45a21557d97a5fa4dff (patch) | |
tree | 91ee6a3a07baef8f02ab31f7ba62a24d5840924a | |
parent | 07016dcf455f0da3a6de4857b6de46801dd5a79f (diff) |
fix IndigoPlateauLobbyTexts
hg-commit-id: fbca9dd730b5
-rw-r--r-- | common.asm | 12 |
1 files changed, 10 insertions, 2 deletions
@@ -9799,21 +9799,27 @@ BluesHouseText1: ; 5B5D 0x19B5D DaisyInitialText: TX_FAR _DaisyInitialText db "@" + DaisyOfferMapText: TX_FAR _DaisyOfferMapText db "@" + GotMapText: TX_FAR _GotMapText db $11,"@" + DaisyBagFullText: TX_FAR _DaisyBagFullText db "@" + DaisyUseMapText: TX_FAR _DaisyUseMapText db "@" + BluesHouseText2: ; Daisy, walking around TX_FAR _BluesHouseText2 db "@" + BluesHouseText3: ; map on table TX_FAR _BluesHouseText3 db "@" @@ -9915,10 +9921,12 @@ IndigoPlateauLobbyScript: ; 0x19c5b ; 0x19c7f IndigoPlateauLobbyTexts: -INCBIN "baserom.gbc",$19c7f,$b + dw IndigoPlateauLobbyText1, IndigoPlateauLobbyText2, IndigoPlateauLobbyText3, IndigoPlateauLobbyText4, IndigoPlateauLobbyText5 -IndigoPlateauLobbyText2: IndigoPlateauLobbyText1: ; 0x19c8a + db $ff + +IndigoPlateauLobbyText2: ; 0x19c8b TX_FAR _IndigoPlateauLobbyText1 db $50 |