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 | |
| parent | use constant for bg transfer dest hram var (diff) | |
| download | pokeyellow-4a8c9993ad182296131ef87111e1b6d6e2af4201.tar.gz pokeyellow-4a8c9993ad182296131ef87111e1b6d6e2af4201.tar.xz pokeyellow-4a8c9993ad182296131ef87111e1b6d6e2af4201.zip | |
named wram variables
Diffstat (limited to 'home')
| -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 |
