You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
Use the TX_FAR macro for more text.
This commit is contained in:
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
|
||||||
|
Reference in New Issue
Block a user