diff options
author | yenatch <yenatch@gmail.com> | 2014-01-05 07:28:55 -0500 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2014-01-05 07:28:55 -0500 |
commit | 92aab1e1855f7f7001ce96363a3d73ecd1f330e1 (patch) | |
tree | 64b98b6e512ffa6ca1d19f2290f54c2beeacd9ff /main.asm | |
parent | 4dbf0d44e0ecd5575f251a649faba549f790b631 (diff) |
even more battle labels
Diffstat (limited to 'main.asm')
-rw-r--r-- | main.asm | 16 |
1 files changed, 8 insertions, 8 deletions
@@ -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 |