You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
Fix some comments and whitespace
This commit is contained in:
@ -26,8 +26,8 @@ COLL_WHIRLPOOL EQU $24
|
|||||||
COLL_BUOY EQU $27
|
COLL_BUOY EQU $27
|
||||||
COLL_CUT_28 EQU $28 ; garbage
|
COLL_CUT_28 EQU $28 ; garbage
|
||||||
COLL_WATER EQU $29
|
COLL_WATER EQU $29
|
||||||
COLL_ICE_2B EQU $2b ;
|
COLL_ICE_2B EQU $2b ; unused
|
||||||
COLL_WHIRLPOOL_2C EQU $2c ;
|
COLL_WHIRLPOOL_2C EQU $2c ; unused
|
||||||
COLL_WATERFALL_RIGHT EQU $30 ; unused
|
COLL_WATERFALL_RIGHT EQU $30 ; unused
|
||||||
COLL_WATERFALL_LEFT EQU $31 ; unused
|
COLL_WATERFALL_LEFT EQU $31 ; unused
|
||||||
COLL_WATERFALL_UP EQU $32 ; unused
|
COLL_WATERFALL_UP EQU $32 ; unused
|
||||||
|
@ -56,7 +56,7 @@ OpponentPartyAttr::
|
|||||||
jr OTPartyAttr
|
jr OTPartyAttr
|
||||||
|
|
||||||
BattlePartyAttr::
|
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
|
push bc
|
||||||
ld c, a
|
ld c, a
|
||||||
ld b, 0
|
ld b, 0
|
||||||
|
Reference in New Issue
Block a user