mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-11-16 11:27:33 -08:00
Use the TX_FAR macro for more text.
This commit is contained in:
parent
372d5b19fc
commit
91df9b8827
8
main.asm
8
main.asm
@ -73187,15 +73187,11 @@ YesNo117ccc: ; 0x117ccc
|
||||
db "いいえ@" ; No
|
||||
|
||||
MobileStadiumEntryText: ; 0x117cd3
|
||||
db $16
|
||||
dw _MobileStadiumEntryText
|
||||
db BANK(_MobileStadiumEntryText)
|
||||
TX_FAR _MobileStadiumEntryText
|
||||
db "@"
|
||||
|
||||
MobileStadiumSuccessText: ; 0x117cd8
|
||||
db $16
|
||||
dw _MobileStadiumSuccessText
|
||||
db BANK(_MobileStadiumSuccessText)
|
||||
TX_FAR _MobileStadiumSuccessText
|
||||
db "@"
|
||||
|
||||
Function117cdd: ; 0x117cdd
|
||||
|
Loading…
x
Reference in New Issue
Block a user