mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-17 02:40:50 +12:00
24 lines
440 B
NASM
Executable file
24 lines
440 B
NASM
Executable file
FuchsiaPokecenterScript:
|
|
call Serial_TryEstablishingExternallyClockedConnection
|
|
jp EnableAutoTextBoxDrawing
|
|
|
|
FuchsiaPokecenterTextPointers:
|
|
dw FuchsiaHealNurseText
|
|
dw FuchsiaPokecenterText2
|
|
dw FuchsiaPokecenterText3
|
|
dw FuchsiaTradeNurseText
|
|
|
|
FuchsiaHealNurseText:
|
|
db $ff
|
|
|
|
FuchsiaPokecenterText2:
|
|
TX_FAR _FuchsiaPokecenterText1
|
|
db "@"
|
|
|
|
FuchsiaPokecenterText3:
|
|
TX_FAR _FuchsiaPokecenterText3
|
|
db "@"
|
|
|
|
FuchsiaTradeNurseText:
|
|
db $f6
|