diff options
author | YamaArashi <shadow962@live.com> | 2015-07-12 23:00:48 -0700 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2015-07-12 23:00:48 -0700 |
commit | 4a8c9993ad182296131ef87111e1b6d6e2af4201 (patch) | |
tree | cd8044bd5b8e4b88501c2ccf7b006ef296a735ca /home/overworld.asm | |
parent | 99df5f0fd79f063ee4c7ec364eadd175a3d83c42 (diff) |
named wram variables
Diffstat (limited to 'home/overworld.asm')
-rw-r--r-- | home/overworld.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/overworld.asm b/home/overworld.asm index 0e62a932..37daa0d0 100644 --- a/home/overworld.asm +++ b/home/overworld.asm @@ -301,7 +301,7 @@ OverworldLoopLessDelay:: and a jp nz,CheckWarpsNoCollision predef ApplyOutOfBattlePoisonDamage ; also increment daycare mon exp - ld a,[wd12d] + ld a,[wOutOfBattleBlackout] and a jp nz,HandleBlackOut ; if all pokemon fainted .newBattle |