mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-11-14 09:06:41 +13:00
fix IndigoPlateauLobbyTexts
hg-commit-id: fbca9dd730b5
This commit is contained in:
parent
07016dcf45
commit
0e10c92093
12
common.asm
12
common.asm
|
|
@ -9799,21 +9799,27 @@ BluesHouseText1: ; 5B5D 0x19B5D
|
||||||
DaisyInitialText:
|
DaisyInitialText:
|
||||||
TX_FAR _DaisyInitialText
|
TX_FAR _DaisyInitialText
|
||||||
db "@"
|
db "@"
|
||||||
|
|
||||||
DaisyOfferMapText:
|
DaisyOfferMapText:
|
||||||
TX_FAR _DaisyOfferMapText
|
TX_FAR _DaisyOfferMapText
|
||||||
db "@"
|
db "@"
|
||||||
|
|
||||||
GotMapText:
|
GotMapText:
|
||||||
TX_FAR _GotMapText
|
TX_FAR _GotMapText
|
||||||
db $11,"@"
|
db $11,"@"
|
||||||
|
|
||||||
DaisyBagFullText:
|
DaisyBagFullText:
|
||||||
TX_FAR _DaisyBagFullText
|
TX_FAR _DaisyBagFullText
|
||||||
db "@"
|
db "@"
|
||||||
|
|
||||||
DaisyUseMapText:
|
DaisyUseMapText:
|
||||||
TX_FAR _DaisyUseMapText
|
TX_FAR _DaisyUseMapText
|
||||||
db "@"
|
db "@"
|
||||||
|
|
||||||
BluesHouseText2: ; Daisy, walking around
|
BluesHouseText2: ; Daisy, walking around
|
||||||
TX_FAR _BluesHouseText2
|
TX_FAR _BluesHouseText2
|
||||||
db "@"
|
db "@"
|
||||||
|
|
||||||
BluesHouseText3: ; map on table
|
BluesHouseText3: ; map on table
|
||||||
TX_FAR _BluesHouseText3
|
TX_FAR _BluesHouseText3
|
||||||
db "@"
|
db "@"
|
||||||
|
|
@ -9915,10 +9921,12 @@ IndigoPlateauLobbyScript: ; 0x19c5b
|
||||||
; 0x19c7f
|
; 0x19c7f
|
||||||
|
|
||||||
IndigoPlateauLobbyTexts:
|
IndigoPlateauLobbyTexts:
|
||||||
INCBIN "baserom.gbc",$19c7f,$b
|
dw IndigoPlateauLobbyText1, IndigoPlateauLobbyText2, IndigoPlateauLobbyText3, IndigoPlateauLobbyText4, IndigoPlateauLobbyText5
|
||||||
|
|
||||||
IndigoPlateauLobbyText2:
|
|
||||||
IndigoPlateauLobbyText1: ; 0x19c8a
|
IndigoPlateauLobbyText1: ; 0x19c8a
|
||||||
|
db $ff
|
||||||
|
|
||||||
|
IndigoPlateauLobbyText2: ; 0x19c8b
|
||||||
TX_FAR _IndigoPlateauLobbyText1
|
TX_FAR _IndigoPlateauLobbyText1
|
||||||
db $50
|
db $50
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue