Convert a couple ds 2 to dw

This commit is contained in:
vulcandth 2023-11-22 15:12:40 +00:00
parent 1dcc16b347
commit d4d7b91aec
3 changed files with 4 additions and 4 deletions

View file

@ -23,7 +23,7 @@ MACRO box_struct
\1DefenseExp:: dw \1DefenseExp:: dw
\1SpeedExp:: dw \1SpeedExp:: dw
\1SpecialExp:: dw \1SpecialExp:: dw
\1DVs:: ds 2 \1DVs:: dw
\1PP:: ds NUM_MOVES \1PP:: ds NUM_MOVES
ENDM ENDM
@ -49,7 +49,7 @@ MACRO battle_struct
\1Type2:: db \1Type2:: db
\1CatchRate:: db \1CatchRate:: db
\1Moves:: ds NUM_MOVES \1Moves:: ds NUM_MOVES
\1DVs:: ds 2 \1DVs:: dw
\1Level:: db \1Level:: db
\1Stats:: \1Stats::
\1MaxHP:: dw \1MaxHP:: dw

View file

@ -173,7 +173,7 @@ hMoney:: ds 3 ; BCD number
NEXTU NEXTU
; some code zeroes this for no reason when writing a coin amount ; some code zeroes this for no reason when writing a coin amount
hUnusedCoinsByte:: db hUnusedCoinsByte:: db
hCoins:: ds 2 ; BCD number hCoins:: dw ; BCD number
ENDU ENDU
hDivideBCDDivisor:: hDivideBCDDivisor::

View file

@ -1904,7 +1904,7 @@ wNumHoFTeams:: db
wUnusedD5A3:: db wUnusedD5A3:: db
wPlayerCoins:: ds 2 ; BCD wPlayerCoins:: dw ; BCD
; bit array of missable objects. set = removed ; bit array of missable objects. set = removed
wMissableObjectFlags:: flag_array $100 wMissableObjectFlags:: flag_array $100