Skip to content

Commit

Permalink
wBattleScriptFlags is one byte
Browse files Browse the repository at this point in the history
  • Loading branch information
Rangi42 committed Aug 21, 2020
1 parent 3a4ebf6 commit d4cc975
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion wram.asm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d4cc975

Please sign in to comment.