ref: 75a537ed1e9ac197f18ebca58707c1230b9e6a4c
parent: 754268c6911a24d05c8775783ee708b0f06c5c98
author: Rangi <remy.oukaour+rangi42@gmail.com>
date: Wed Feb 26 03:41:12 EST 2020
Fix some comments and whitespace
--- a/constants/collision_constants.asm
+++ b/constants/collision_constants.asm
@@ -26,8 +26,8 @@
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
--- a/home/battle.asm
+++ b/home/battle.asm
@@ -56,7 +56,7 @@
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