summaryrefslogtreecommitdiff
path: root/main.asm
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2014-01-05 07:28:55 -0500
committeryenatch <yenatch@gmail.com>2014-01-05 07:28:55 -0500
commit92aab1e1855f7f7001ce96363a3d73ecd1f330e1 (patch)
tree64b98b6e512ffa6ca1d19f2290f54c2beeacd9ff /main.asm
parent4dbf0d44e0ecd5575f251a649faba549f790b631 (diff)
even more battle labels
Diffstat (limited to 'main.asm')
-rw-r--r--main.asm16
1 files changed, 8 insertions, 8 deletions
diff --git a/main.asm b/main.asm
index e022cbc95..bdfa47345 100644
--- a/main.asm
+++ b/main.asm
@@ -5271,10 +5271,10 @@ Function6520: ; 6520
push hl
push de
dec a
- ld hl, $5b00
- ld bc, $0007
+ ld hl, Moves + MOVE_PP
+ ld bc, Move2 - Move1
call AddNTimes
- ld a, $10
+ ld a, BANK(Moves)
call GetFarByte
pop de
pop hl
@@ -37807,10 +37807,10 @@ Function39806: ; 39806
push hl
push bc
dec a
- ld hl, $5b00
- ld bc, $0007
+ ld hl, Moves + MOVE_PP
+ ld bc, Move2 - Move1
call AddNTimes
- ld a, $10
+ ld a, BANK(Moves)
call GetFarByte
pop bc
pop hl
@@ -83077,11 +83077,11 @@ Function100bc2: ; 100bc2
ret
.asm_100c63
- ld hl, $4c5b
+ ld hl, BattleText_0x80c5b
jr .asm_100c6b
.asm_100c68
- ld hl, $4c39
+ ld hl, BattleText_0x80c39
.asm_100c6b
call StdBattleTextBox