summaryrefslogtreecommitdiff
path: root/wram.asm
diff options
context:
space:
mode:
authordannye <corrnondacqb@yahoo.com>2015-08-09 23:56:20 -0500
committerdannye <corrnondacqb@yahoo.com>2015-08-09 23:56:20 -0500
commit8a6d46f3d9ba4fb6939eb9ea9949f47aa8608d4a (patch)
treec369228491bdaca750da4a24baa3190836320710 /wram.asm
parentf8a9c37a0019eb085c22c6e3ae53b16ff0cd4f6a (diff)
Replace some hardcoded data sizes
Diffstat (limited to 'wram.asm')
-rwxr-xr-xwram.asm10
1 files changed, 8 insertions, 2 deletions
diff --git a/wram.asm b/wram.asm
index c470d6a4..2fdc2237 100755
--- a/wram.asm
+++ b/wram.asm
@@ -2397,7 +2397,10 @@ wPlayerCoins:: ; d5a4
W_MISSABLEOBJECTFLAGS:: ; d5a6
; bit array of missable objects. set = removed
- ds 39
+ ds 32
+wMissableObjectFlagsEnd::
+
+ ds 7
wd5cd:: ds 1 ; temp copy of c1x2 (sprite facing/anim)
@@ -2622,7 +2625,10 @@ W_SEAFOAMISLANDS5CURSCRIPT:: ; d668
W_ROUTE18GATECURSCRIPT:: ; d669
ds 1
- ds 134
+ ds 78
+wGameProgressFlagsEnd::
+
+ ds 56
wObtainedHiddenItemsFlags::
ds 14