From 10f9559eab8c93b94abb8ae8d1083704ad4e169a Mon Sep 17 00:00:00 2001 From: dannye <33dannye@gmail.com> Date: Wed, 20 May 2020 19:40:33 -0500 Subject: Sync with pokered --- scripts/PewterPokecenter.asm | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100755 scripts/PewterPokecenter.asm (limited to 'scripts/PewterPokecenter.asm') diff --git a/scripts/PewterPokecenter.asm b/scripts/PewterPokecenter.asm new file mode 100755 index 00000000..add001bc --- /dev/null +++ b/scripts/PewterPokecenter.asm @@ -0,0 +1,39 @@ +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: + TX_POKECENTER_NURSE + +PewterPokecenterText2: + TX_FAR _PewterPokecenterText2 + db "@" + +PewterJigglypuffText: + TX_ASM + callba PewterJigglypuff + jp TextScriptEnd + +PewterTradeNurseText: + TX_CABLE_CLUB_RECEPTIONIST + +PewterPokecenterText5: + TX_ASM + callba Func_f1d98 + jp TextScriptEnd + +PewterPokecenterText6: + TX_ASM + callab PokecenterChanseyText + jp TextScriptEnd -- cgit v1.3.1-sl0p