diff options
Diffstat (limited to 'engine/battle/4_2.asm')
-rwxr-xr-x | engine/battle/4_2.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/battle/4_2.asm b/engine/battle/4_2.asm index bac0a2d1..ea29cca7 100755 --- a/engine/battle/4_2.asm +++ b/engine/battle/4_2.asm @@ -45,7 +45,7 @@ EndOfBattle: ; 137aa (4:77aa) predef EvolutionAfterBattle .resetVariables xor a - ld [wd083], a + ld [wLowHealthAlarm], a ;disable low health alarm ld [wc02a], a ld [W_ISINBATTLE], a ld [W_BATTLETYPE], a |