aboutsummaryrefslogtreecommitdiffstats
path: root/macros
diff options
context:
space:
mode:
authorvulcandth <vulcandth@gmail.com>2023-11-22 15:12:40 +0000
committervulcandth <vulcandth@gmail.com>2023-11-22 15:12:40 +0000
commitd4d7b91aecf651b06d1f466ecc22b65da234a299 (patch)
tree8386e18cebdb2f7270388af5d0f381395c94a901 /macros
parentDelete a couple EOL whitespace. (diff)
downloadpokeyellow-d4d7b91aecf651b06d1f466ecc22b65da234a299.tar.gz
pokeyellow-d4d7b91aecf651b06d1f466ecc22b65da234a299.tar.xz
pokeyellow-d4d7b91aecf651b06d1f466ecc22b65da234a299.zip
Convert a couple ds 2 to dw
Diffstat (limited to 'macros')
-rw-r--r--macros/ram.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/macros/ram.asm b/macros/ram.asm
index df5dcf90..5f2b8a6f 100644
--- a/macros/ram.asm
+++ b/macros/ram.asm
@@ -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