diff options
| author | U-Daniel-PC\Daniel <corrnondacqb@yahoo.com> | 2015-03-12 10:49:35 -0400 |
|---|---|---|
| committer | U-Daniel-PC\Daniel <corrnondacqb@yahoo.com> | 2015-03-12 10:49:35 -0400 |
| commit | 1c2a1076cb6420f12b458809bf2bec2737ce82ae (patch) | |
| tree | 936b6a749b6eabb9af224859db3fcdef1ace12b4 /engine/battle/4_2.asm | |
| parent | Merge pull request #82 from dannye/master (diff) | |
| download | pokeyellow-1c2a1076cb6420f12b458809bf2bec2737ce82ae.tar.gz pokeyellow-1c2a1076cb6420f12b458809bf2bec2737ce82ae.tar.xz pokeyellow-1c2a1076cb6420f12b458809bf2bec2737ce82ae.zip | |
Low health alarm documentation
RenaKunisaki
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 |
