more hlcoords in bank 1

This commit is contained in:
yenatch 2013-08-29 03:04:23 -04:00
parent 9d1a6fe5bb
commit 99760c2cc9

View File

@ -65788,7 +65788,7 @@ Options_TextSpeed: ; e42f5
ld e, [hl] ld e, [hl]
inc hl inc hl
ld d, [hl] ld d, [hl]
ld hl, $c4e7 hlcoord 11, 3
call PlaceString call PlaceString
and a and a
ret ret
@ -65862,7 +65862,7 @@ Options_BattleScene: ; e4365
ld de, .Off ld de, .Off
.asm_e4390 .asm_e4390
ld hl, $c50f hlcoord 11, 5
call PlaceString call PlaceString
and a and a
ret ret
@ -65905,7 +65905,7 @@ Options_BattleStyle: ; e43a0
ld de, .Set ld de, .Set
.asm_e43c9 .asm_e43c9
ld hl, $c537 hlcoord 11, 7
call PlaceString call PlaceString
and a and a
ret ret
@ -65955,7 +65955,7 @@ Options_Sound: ; e43dd
ld de, .Stereo ld de, .Stereo
.asm_e440e .asm_e440e
ld hl, $c55f hlcoord 11, 9
call PlaceString call PlaceString
and a and a
ret ret
@ -66007,7 +66007,7 @@ Options_Print: ; e4424
ld e, [hl] ld e, [hl]
inc hl inc hl
ld d, [hl] ld d, [hl]
ld hl, $c587 hlcoord 11, 11
call PlaceString call PlaceString
and a and a
ret ret
@ -66098,7 +66098,7 @@ Options_MenuAccount: ; e44c1
ld de, .On ld de, .On
.asm_e44ea .asm_e44ea
ld hl, $c5af hlcoord 11, 13
call PlaceString call PlaceString
and a and a
ret ret
@ -66206,7 +66206,7 @@ Functione452a: ; e452a
; e455c ; e455c
Functione455c: ; e455c Functione455c: ; e455c
ld hl, $c4b5 hlcoord 1, 1
ld de, $0014 ld de, $0014
ld c, $10 ld c, $10
.asm_e4564 .asm_e4564
@ -66214,7 +66214,7 @@ Functione455c: ; e455c
add hl, de add hl, de
dec c dec c
jr nz, .asm_e4564 jr nz, .asm_e4564
ld hl, $c4c9 hlcoord 1, 2
ld bc, $0028 ld bc, $0028
ld a, [$cf63] ld a, [$cf63]
call AddNTimes call AddNTimes