diff options
author | yenatch <yenatch@gmail.com> | 2014-06-13 21:18:14 -0700 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2014-06-13 21:18:14 -0700 |
commit | eb9fc6676cfed0460d19ce441134dbcdfce49b0d (patch) | |
tree | c848f4046320a1dc1141bf454330f28eac992777 /main.asm | |
parent | 560b892b2d24dc7d8766d59eb65337a07e7b3235 (diff) |
More battle code cleanup.
- Use more substatus constants.
- Reformat some code to be more atomic.
- Add constants for unused status prevention held item effects.
- Remove pointless or redundant comments.
Diffstat (limited to 'main.asm')
-rw-r--r-- | main.asm | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -57004,7 +57004,7 @@ StatsScreenInit: ; 4dc8a jr StatsScreenInit_gotaddress Function4dc8f: ; 4dc8f - ld hl, Function4dcf7 + ld hl, StatsScreenBattle jr StatsScreenInit_gotaddress StatsScreenInit_gotaddress: ; 4dc94 @@ -57063,7 +57063,7 @@ StatsScreenMain: ; 0x4dcd2 ret ; 0x4dcf7 -Function4dcf7: ; 4dcf7 +StatsScreenBattle: ; 4dcf7 xor a ld [$cf63], a ld [$cf64], a |