summaryrefslogtreecommitdiff
path: root/engine/battle/core.asm
diff options
context:
space:
mode:
authorDaniel Harding <corrnondacqb@yahoo.com>2015-08-05 09:30:49 -0500
committerDaniel Harding <corrnondacqb@yahoo.com>2015-08-05 09:30:49 -0500
commit1b0404d0dc1962ae9ad8e25ac4aa598e1b7e62ae (patch)
treec6ee60528141a29834d90269b379558db5bd4849 /engine/battle/core.asm
parent87f4f4eb44f16cdf23a8cb7a67efd69ad4a34d75 (diff)
parent56d75db28ad827d514f3c2c52da0fe4ba2759610 (diff)
Merge pull request #111 from YamaArashi/master
constants for PrintNumber
Diffstat (limited to 'engine/battle/core.asm')
-rwxr-xr-xengine/battle/core.asm8
1 files changed, 4 insertions, 4 deletions
diff --git a/engine/battle/core.asm b/engine/battle/core.asm
index 335108f7..fe7066e2 100755
--- a/engine/battle/core.asm
+++ b/engine/battle/core.asm
@@ -2141,7 +2141,7 @@ DisplayBattleMenu: ; 3ceb3 (f:4eb3)
Coorda 13, 16
coord hl, 7, 14
ld de, W_NUMSAFARIBALLS
- ld bc, $102
+ lb bc, 1, 2
call PrintNumber
ld b, $1 ; top menu item X
.leftColumn_WaitForInput
@@ -2174,7 +2174,7 @@ DisplayBattleMenu: ; 3ceb3 (f:4eb3)
Coorda 1, 16 ; clear lower cursor position in left column
coord hl, 7, 14
ld de, W_NUMSAFARIBALLS
- ld bc, $102
+ lb bc, 1, 2
call PrintNumber
ld b, $d ; top menu item X
.rightColumn_WaitForInput
@@ -2951,11 +2951,11 @@ PrintMenuItem: ; 3d4b6 (f:54b6)
ld [hl], "/"
coord hl, 5, 11
ld de, wcd6d
- ld bc, $102
+ lb bc, 1, 2
call PrintNumber
coord hl, 8, 11
ld de, wd11e
- ld bc, $102
+ lb bc, 1, 2
call PrintNumber
call GetCurrentMove
coord hl, 2, 10