mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-11-16 11:27:33 -08:00
Text_1354 is used globally
This commit is contained in:
parent
1518925365
commit
83139cb7d6
5
main.asm
5
main.asm
@ -1500,7 +1500,7 @@ Char4B: ; 131f
|
|||||||
|
|
||||||
Char55: ; 1345
|
Char55: ; 1345
|
||||||
push de
|
push de
|
||||||
ld de, .text_1354
|
ld de, Text_1354
|
||||||
ld b, h
|
ld b, h
|
||||||
ld c, l
|
ld c, l
|
||||||
call PlaceString
|
call PlaceString
|
||||||
@ -1508,8 +1508,9 @@ Char55: ; 1345
|
|||||||
ld l, c
|
ld l, c
|
||||||
pop de
|
pop de
|
||||||
jp NextChar
|
jp NextChar
|
||||||
|
; 1354
|
||||||
|
|
||||||
.text_1354
|
Text_1354: ; 1354
|
||||||
db $4b, "@"
|
db $4b, "@"
|
||||||
; 1356
|
; 1356
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user