mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-16 18:30:50 +12:00
24 lines
499 B
NASM
Executable file
24 lines
499 B
NASM
Executable file
VermilionPokecenter_Script:
|
|
call Serial_TryEstablishingExternallyClockedConnection
|
|
jp EnableAutoTextBoxDrawing
|
|
|
|
VermilionPokecenter_TextPointers:
|
|
dw VermilionHealNurseText
|
|
dw VermilionPokecenterText2
|
|
dw VermilionPokecenterText3
|
|
dw VermilionTradeNurseText
|
|
|
|
VermilionHealNurseText:
|
|
TX_POKECENTER_NURSE
|
|
|
|
VermilionPokecenterText2:
|
|
TX_FAR _VermilionPokecenterText2
|
|
db "@"
|
|
|
|
VermilionPokecenterText3:
|
|
TX_FAR _VermilionPokecenterText3
|
|
db "@"
|
|
|
|
VermilionTradeNurseText:
|
|
TX_CABLE_CLUB_RECEPTIONIST
|