You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
add RadioCardText
This commit is contained in:
6
main.asm
6
main.asm
@@ -16493,7 +16493,7 @@ UnknownScript_0x5cdd5: ; 0x5cdd5
|
|||||||
waitbutton
|
waitbutton
|
||||||
2writetext UnknownText_0x5d37b
|
2writetext UnknownText_0x5d37b
|
||||||
keeptextopen
|
keeptextopen
|
||||||
stringtotext $4e33, $1
|
stringtotext RadioCardText, $1
|
||||||
2call UnknownScript_0x5ce3e
|
2call UnknownScript_0x5ce3e
|
||||||
2writetext UnknownText_0x5d3c0
|
2writetext UnknownText_0x5d3c0
|
||||||
keeptextopen
|
keeptextopen
|
||||||
@@ -16505,7 +16505,9 @@ UnknownScript_0x5ce2d: ; 0x5ce2d
|
|||||||
end
|
end
|
||||||
; 0x5ce33
|
; 0x5ce33
|
||||||
|
|
||||||
INCBIN "baserom.gbc",$5ce33,$5ce3e - $5ce33
|
RadioCardText: ; 0x5ce33
|
||||||
|
db "RADIO CARD@"
|
||||||
|
; 0x5ce3d
|
||||||
|
|
||||||
UnknownScript_0x5ce3e: ; 0x5ce3e
|
UnknownScript_0x5ce3e: ; 0x5ce3e
|
||||||
jumpstd $002f
|
jumpstd $002f
|
||||||
|
Reference in New Issue
Block a user