summaryrefslogtreecommitdiff
path: root/wram.asm
diff options
context:
space:
mode:
authorYamaArashi <shadow962@live.com>2015-07-21 14:21:14 -0700
committerYamaArashi <shadow962@live.com>2015-07-21 14:21:14 -0700
commitdcc7f3bc9f41f2d5e0f7448b4688c1058da0040b (patch)
tree7f9cbc30a08550b4e5b37b28810887472672610b /wram.asm
parent5ce58a048cecba5435d74b14652c58004d3f95b1 (diff)
named more constants
Diffstat (limited to 'wram.asm')
-rwxr-xr-xwram.asm5
1 files changed, 4 insertions, 1 deletions
diff --git a/wram.asm b/wram.asm
index 767cc0d4..275ccc40 100755
--- a/wram.asm
+++ b/wram.asm
@@ -2547,7 +2547,10 @@ W_FLAGS_D733:: ; d733
; bit 7: used fly out of battle
ds 1
-wd734:: ds 2 ; flag for indigo plateau and lorelei (not sure what it's for)
+wBeatLorelei:: ; d734
+; bit 1: set when you beat Lorelei and reset in Indigo Plateau lobby
+; the game uses this to tell when Elite 4 events need to be reset
+ ds 2
wd736:: ; d736
; bit 0: check if the player is standing on a door and make him walk down a step if so