diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-02-26 08:41:12 -0500 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-02-26 08:41:12 -0500 |
commit | 75a537ed1e9ac197f18ebca58707c1230b9e6a4c (patch) | |
tree | f8cde2e7cac431abd986114f31b34a69988ab0b0 /home/battle.asm | |
parent | 754268c6911a24d05c8775783ee708b0f06c5c98 (diff) |
Fix some comments and whitespace
Diffstat (limited to 'home/battle.asm')
-rw-r--r-- | home/battle.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/battle.asm b/home/battle.asm index 77ec0b026..d7e81f8a3 100644 --- a/home/battle.asm +++ b/home/battle.asm @@ -56,7 +56,7 @@ OpponentPartyAttr:: jr OTPartyAttr BattlePartyAttr:: -; Get attribute a from the party struct of the active battle mon. +; Get attribute a from the party struct of the active battle mon. push bc ld c, a ld b, 0 |