mirror of
https://github.com/pret/pokeyellow.git
synced 2026-05-09 04:11:32 -05:00
40 lines
729 B
NASM
Executable File
40 lines
729 B
NASM
Executable File
PewterPokecenter_Script:
|
|
ld hl, wd492
|
|
set 7, [hl]
|
|
call Serial_TryEstablishingExternallyClockedConnection
|
|
call EnableAutoTextBoxDrawing
|
|
ret
|
|
|
|
PewterPokecenter_TextPointers:
|
|
dw PewterHealNurseText
|
|
dw PewterPokecenterText2
|
|
dw PewterJigglypuffText
|
|
dw PewterTradeNurseText
|
|
dw PewterPokecenterText5
|
|
dw PewterPokecenterText6
|
|
|
|
PewterHealNurseText:
|
|
script_pokecenter_nurse
|
|
|
|
PewterPokecenterText2:
|
|
text_far _PewterPokecenterText2
|
|
text_end
|
|
|
|
PewterJigglypuffText:
|
|
text_asm
|
|
farcall PewterJigglypuff
|
|
jp TextScriptEnd
|
|
|
|
PewterTradeNurseText:
|
|
script_cable_club_receptionist
|
|
|
|
PewterPokecenterText5:
|
|
text_asm
|
|
farcall Func_f1d98
|
|
jp TextScriptEnd
|
|
|
|
PewterPokecenterText6:
|
|
text_asm
|
|
callfar PokecenterChanseyText
|
|
jp TextScriptEnd
|