mirror of
https://github.com/pret/pokered.git
synced 2026-09-14 20:55:15 -05:00
Convert a couple ds 2 to dw
This commit is contained in:
@@ -23,7 +23,7 @@ MACRO box_struct
|
||||
\1DefenseExp:: dw
|
||||
\1SpeedExp:: dw
|
||||
\1SpecialExp:: dw
|
||||
\1DVs:: ds 2
|
||||
\1DVs:: dw
|
||||
\1PP:: ds NUM_MOVES
|
||||
ENDM
|
||||
|
||||
@@ -49,7 +49,7 @@ MACRO battle_struct
|
||||
\1Type2:: db
|
||||
\1CatchRate:: db
|
||||
\1Moves:: ds NUM_MOVES
|
||||
\1DVs:: ds 2
|
||||
\1DVs:: dw
|
||||
\1Level:: db
|
||||
\1Stats::
|
||||
\1MaxHP:: dw
|
||||
|
||||
@@ -173,7 +173,7 @@ hMoney:: ds 3 ; BCD number
|
||||
NEXTU
|
||||
; some code zeroes this for no reason when writing a coin amount
|
||||
hUnusedCoinsByte:: db
|
||||
hCoins:: ds 2 ; BCD number
|
||||
hCoins:: dw ; BCD number
|
||||
ENDU
|
||||
|
||||
hDivideBCDDivisor::
|
||||
|
||||
@@ -1904,7 +1904,7 @@ wNumHoFTeams:: db
|
||||
|
||||
wUnusedD5A3:: db
|
||||
|
||||
wPlayerCoins:: ds 2 ; BCD
|
||||
wPlayerCoins:: dw ; BCD
|
||||
|
||||
; bit array of missable objects. set = removed
|
||||
wMissableObjectFlags:: flag_array $100
|
||||
|
||||
Reference in New Issue
Block a user