mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-16 18:30:50 +12:00
24 lines
485 B
NASM
Executable file
24 lines
485 B
NASM
Executable file
CinnabarPokecenterScript:
|
|
call Serial_TryEstablishingExternallyClockedConnection
|
|
jp EnableAutoTextBoxDrawing
|
|
|
|
CinnabarPokecenterTextPointers:
|
|
dw CinnabarHealNurseText
|
|
dw CinnabarPokecenterText2
|
|
dw CinnabarPokecenterText3
|
|
dw CinnabarTradeNurseText
|
|
|
|
CinnabarHealNurseText:
|
|
TX_POKECENTER_NURSE
|
|
|
|
CinnabarPokecenterText2:
|
|
TX_FAR _CinnabarPokecenterText2
|
|
db "@"
|
|
|
|
CinnabarPokecenterText3:
|
|
TX_FAR _CinnabarPokecenterText3
|
|
db "@"
|
|
|
|
CinnabarTradeNurseText:
|
|
TX_CABLE_CLUB_RECEPTIONIST
|