summaryrefslogtreecommitdiff
path: root/engine/save.asm
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2014-08-22 23:17:47 -0700
committeryenatch <yenatch@gmail.com>2014-08-22 23:17:47 -0700
commit365ae68d80683deab0e2e721b8ff79dda4047513 (patch)
treebed09a02cacafd88af9f11e354cc17ea5e06784a /engine/save.asm
parentcf399a8c86a7340a8c3162400657dca1c5d3ba0a (diff)
Use PARTY_LENGTH and related constants in menu and hud code.
This should allow reducing PARTY_LENGTH to work as intended. Increasing it also works provided space is provided in wram, but breaks pc/saving.
Diffstat (limited to 'engine/save.asm')
-rwxr-xr-xengine/save.asm10
1 files changed, 5 insertions, 5 deletions
diff --git a/engine/save.asm b/engine/save.asm
index fcfbd133..b473f1cd 100755
--- a/engine/save.asm
+++ b/engine/save.asm
@@ -445,15 +445,15 @@ Func_7393f: ; 7393f (1c:793f)
res 2, [hl]
ld a, [wd5a0]
and $7f
- cp $9
+ cp 9
jr c, .asm_739a6
- sub $9
+ sub 9
hlCoord 8, 2
- ld [hl], $f7
- add $f6
+ ld [hl], "1"
+ add "0"
jr .asm_739a8
.asm_739a6
- add $f7
+ add "1"
.asm_739a8
Coorda 9, 2
hlCoord 1, 2