You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
Text_1354 is used globally
This commit is contained in:
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
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user