summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2020-02-26 08:41:12 -0500
committerRangi <remy.oukaour+rangi42@gmail.com>2020-02-26 08:41:12 -0500
commit75a537ed1e9ac197f18ebca58707c1230b9e6a4c (patch)
treef8cde2e7cac431abd986114f31b34a69988ab0b0
parent754268c6911a24d05c8775783ee708b0f06c5c98 (diff)
Fix some comments and whitespace
-rw-r--r--constants/collision_constants.asm4
-rw-r--r--home/battle.asm2
2 files changed, 3 insertions, 3 deletions
diff --git a/constants/collision_constants.asm b/constants/collision_constants.asm
index c7f00861a..5626cb094 100644
--- a/constants/collision_constants.asm
+++ b/constants/collision_constants.asm
@@ -26,8 +26,8 @@ COLL_WHIRLPOOL EQU $24
COLL_BUOY EQU $27
COLL_CUT_28 EQU $28 ; garbage
COLL_WATER EQU $29
-COLL_ICE_2B EQU $2b ;
-COLL_WHIRLPOOL_2C EQU $2c ;
+COLL_ICE_2B EQU $2b ; unused
+COLL_WHIRLPOOL_2C EQU $2c ; unused
COLL_WATERFALL_RIGHT EQU $30 ; unused
COLL_WATERFALL_LEFT EQU $31 ; unused
COLL_WATERFALL_UP EQU $32 ; unused
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