summaryrefslogtreecommitdiff
path: root/wram.asm
diff options
context:
space:
mode:
authorpikalaxalt <PikalaxALT@gmail.com>2016-05-21 22:45:53 -0400
committerpikalaxalt <PikalaxALT@gmail.com>2016-05-21 22:45:53 -0400
commiteeb058a23137bff0a7c046506cd448066500b608 (patch)
tree60d5fd526d1ad2c864ef2a385a4ab0302d90df93 /wram.asm
parent983bac5fe990383d77a4f2fa552546cb7f6f04b7 (diff)
Some work on disassembling npc movement scripts (aka informed copy/paste from red)
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 6aa3ce32..3ba0c67b 100755
--- a/wram.asm
+++ b/wram.asm
@@ -3026,7 +3026,10 @@ wFlags_D733:: ; d733
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
+ ds 1
+
+wd735:: ; d735
+ ds 1
wd736:: ; d736
; bit 0: check if the player is standing on a door and make him walk down a step if so