mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-17 02:40:50 +12:00
24 lines
452 B
NASM
Executable file
24 lines
452 B
NASM
Executable file
ViridianPokeCenterScript:
|
|
call Serial_TryEstablishingExternallyClockedConnection
|
|
jp EnableAutoTextBoxDrawing
|
|
|
|
ViridianPokecenterTextPointers:
|
|
dw ViridianHealNurseText
|
|
dw ViridianPokeCenterText2
|
|
dw ViridianPokeCenterText3
|
|
dw ViridianTradeNurseText
|
|
|
|
ViridianHealNurseText:
|
|
db $ff
|
|
|
|
ViridianPokeCenterText2:
|
|
TX_FAR _ViridianPokeCenterText2
|
|
db "@"
|
|
|
|
ViridianPokeCenterText3:
|
|
TX_FAR _ViridianPokeCenterText3
|
|
db "@"
|
|
|
|
ViridianTradeNurseText:
|
|
db $f6
|