mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-16 18:30:50 +12:00
24 lines
475 B
NASM
Executable file
24 lines
475 B
NASM
Executable file
FuchsiaPokecenter_Script:
|
|
call Serial_TryEstablishingExternallyClockedConnection
|
|
jp EnableAutoTextBoxDrawing
|
|
|
|
FuchsiaPokecenter_TextPointers:
|
|
dw FuchsiaHealNurseText
|
|
dw FuchsiaPokecenterText2
|
|
dw FuchsiaPokecenterText3
|
|
dw FuchsiaTradeNurseText
|
|
|
|
FuchsiaHealNurseText:
|
|
TX_POKECENTER_NURSE
|
|
|
|
FuchsiaPokecenterText2:
|
|
TX_FAR _FuchsiaPokecenterText1
|
|
db "@"
|
|
|
|
FuchsiaPokecenterText3:
|
|
TX_FAR _FuchsiaPokecenterText3
|
|
db "@"
|
|
|
|
FuchsiaTradeNurseText:
|
|
TX_CABLE_CLUB_RECEPTIONIST
|