aboutsummaryrefslogtreecommitdiffstats
path: root/wram.asm
diff options
context:
space:
mode:
authorluckytyphlosion <alan.rj.huang@gmail.com>2016-05-23 14:14:13 -0400
committerluckytyphlosion <alan.rj.huang@gmail.com>2016-05-23 14:14:13 -0400
commit3618f25a34ca78ba424bf1977cb6e21241eedb2b (patch)
tree8a9a1e883c228ee90373986babc31a8cab368780 /wram.asm
parentBank15 misc functions (diff)
parentMove diploma tilemaps out of incbins (diff)
downloadpokeyellow-3618f25a34ca78ba424bf1977cb6e21241eedb2b.tar.gz
pokeyellow-3618f25a34ca78ba424bf1977cb6e21241eedb2b.tar.xz
pokeyellow-3618f25a34ca78ba424bf1977cb6e21241eedb2b.zip
Merge pull request #8 from PikalaxALT/master
Disassemble yellow sounds
Diffstat (limited to 'wram.asm')
-rwxr-xr-xwram.asm7
1 files changed, 5 insertions, 2 deletions
diff --git a/wram.asm b/wram.asm
index ea3e4bee..77c489f8 100755
--- a/wram.asm
+++ b/wram.asm
@@ -2536,7 +2536,7 @@ wd47a:: ds 1
ds 24
-wPreventBlackout:: ds 1
+wPreventBlackout:: ds 1 ; d492
ds 1
@@ -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