aboutsummaryrefslogtreecommitdiffstats
path: root/ram
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 /ram
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 'ram')
-rw-r--r--ram/hram.asm2
-rw-r--r--ram/wram.asm2
2 files changed, 2 insertions, 2 deletions
diff --git a/ram/hram.asm b/ram/hram.asm
index 72e9e13a..fc2f45bc 100644
--- a/ram/hram.asm
+++ b/ram/hram.asm
@@ -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::
diff --git a/ram/wram.asm b/ram/wram.asm
index 3deb114a..ecd0602b 100644
--- a/ram/wram.asm
+++ b/ram/wram.asm
@@ -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