mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-01-23 09:16:20 -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
|
db "いいえ@" ; No
|
||||||
|
|
||||||
MobileStadiumEntryText: ; 0x117cd3
|
MobileStadiumEntryText: ; 0x117cd3
|
||||||
db $16
|
TX_FAR _MobileStadiumEntryText
|
||||||
dw _MobileStadiumEntryText
|
|
||||||
db BANK(_MobileStadiumEntryText)
|
|
||||||
db "@"
|
db "@"
|
||||||
|
|
||||||
MobileStadiumSuccessText: ; 0x117cd8
|
MobileStadiumSuccessText: ; 0x117cd8
|
||||||
db $16
|
TX_FAR _MobileStadiumSuccessText
|
||||||
dw _MobileStadiumSuccessText
|
|
||||||
db BANK(_MobileStadiumSuccessText)
|
|
||||||
db "@"
|
db "@"
|
||||||
|
|
||||||
Function117cdd: ; 0x117cdd
|
Function117cdd: ; 0x117cdd
|
||||||
|
Loading…
x
Reference in New Issue
Block a user