mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-16 18:30:50 +12:00
24 lines
491 B
NASM
Executable file
24 lines
491 B
NASM
Executable file
CeladonPokecenter_Script:
|
|
call Serial_TryEstablishingExternallyClockedConnection
|
|
jp EnableAutoTextBoxDrawing
|
|
|
|
CeladonPokecenter_TextPointers:
|
|
dw CeladonHealNurseText
|
|
dw CeladonPokecenterText2
|
|
dw CeladonPokecenterText3
|
|
dw CeladonTradeNurseText
|
|
|
|
CeladonTradeNurseText:
|
|
script_cable_club_receptionist
|
|
|
|
CeladonHealNurseText:
|
|
script_pokecenter_nurse
|
|
|
|
CeladonPokecenterText2:
|
|
text_far _CeladonPokecenterText2
|
|
text_end
|
|
|
|
CeladonPokecenterText3:
|
|
text_far _CeladonPokecenterText3
|
|
text_end
|