mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-09-09 09:51:34 -07:00
Fix some comments and whitespace
This commit is contained in:
parent
754268c691
commit
75a537ed1e
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user