diff options
author | yenatch <yenatch@gmail.com> | 2014-01-01 08:09:15 -0500 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2014-01-01 08:09:15 -0500 |
commit | 4dbf0d44e0ecd5575f251a649faba549f790b631 (patch) | |
tree | b06d55bb43fbbc373625d5854bb116b7d0ead933 /main.asm | |
parent | a18cab495dc3fdee85b89faf4b42ca48fd428c1e (diff) |
comment and relabel more battle functions
Diffstat (limited to 'main.asm')
-rw-r--r-- | main.asm | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -36789,7 +36789,7 @@ ClearBattleRAM: ; 2ef18 xor a call ByteFill - callab Function3d867 + callab ResetEnemyStatLevels call Function1fbf @@ -37438,8 +37438,8 @@ Function3846c: ; 3846c .asm_384a3 ld a, $1 ld [$d264], a - callab Function3d834 - callab Function3d867 + callab NewEnemyMonStatus + callab ResetEnemyStatLevels ld hl, PlayerSubStatus1 res 7, [hl] callba Function3d4e1 |