summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2020-08-21 16:03:17 -0400
committerRangi <remy.oukaour+rangi42@gmail.com>2020-08-21 16:03:17 -0400
commitd4cc9754472dc561317998a764ad6173134fb579 (patch)
tree72924df7ac746a791c6a12e0fa4879e844e27f1d
parent3a4ebf6e5fcb820e2b32cc6586c2ca8630803347 (diff)
wBattleScriptFlags is one byte
-rw-r--r--wram.asm6
1 files changed, 5 insertions, 1 deletions
diff --git a/wram.asm b/wram.asm
index 6a3ff5b0..1196bf69 100644
--- a/wram.asm
+++ b/wram.asm
@@ -2069,10 +2069,14 @@ wScriptTextAddr::
ds 1
wWildEncounterCooldown:: db
wXYComparePointer:: dw
+
wd17c:: flag_array 32
-wBattleScriptFlags:: dw
+
+wBattleScriptFlags:: db
+ ds 1
wPlayerSpriteSetupFlags::
db
+
wMapReentryScriptQueueFlag:: db
wMapReentryScriptBank:: db
wMapReentryScriptAddress:: dw