aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/PewterPokecenter.asm
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/PewterPokecenter.asm')
-rw-r--r--scripts/PewterPokecenter.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/PewterPokecenter.asm b/scripts/PewterPokecenter.asm
index ae5c6349..877a9383 100644
--- a/scripts/PewterPokecenter.asm
+++ b/scripts/PewterPokecenter.asm
@@ -1,6 +1,6 @@
PewterPokecenter_Script:
- ld hl, wd492
- set 7, [hl]
+ ld hl, wPikachuMapScriptFlags
+ set BIT_PIKACHU_MAP_SCRIPT_ACTIVE, [hl]
call Serial_TryEstablishingExternallyClockedConnection
call EnableAutoTextBoxDrawing
ret