You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
change WasSentToBillsPC-Label
This commit is contained in:
6
main.asm
6
main.asm
@@ -9615,7 +9615,7 @@ endr
|
|||||||
ld a, b
|
ld a, b
|
||||||
and a
|
and a
|
||||||
ret z
|
ret z
|
||||||
ld hl, UnknownText_0xe3d9
|
ld hl, TextJump_WasSentToBillsPC
|
||||||
call PrintText
|
call PrintText
|
||||||
ld a, $1
|
ld a, $1
|
||||||
call GetSRAMBank
|
call GetSRAMBank
|
||||||
@@ -9635,9 +9635,9 @@ Functione3d4: ; e3d4
|
|||||||
ret
|
ret
|
||||||
; e3d9
|
; e3d9
|
||||||
|
|
||||||
UnknownText_0xe3d9: ; 0xe3d9
|
TextJump_WasSentToBillsPC: ; 0xe3d9
|
||||||
; was sent to BILL's PC.
|
; was sent to BILL's PC.
|
||||||
text_jump UnknownText_0x1c0feb
|
text_jump Text_WasSentToBillsPC
|
||||||
db "@"
|
db "@"
|
||||||
; 0xe3de
|
; 0xe3de
|
||||||
|
|
||||||
|
@@ -1074,7 +1074,7 @@ UnknownText_0x1c0fdd: ; 1c0fdd
|
|||||||
done
|
done
|
||||||
; 1c0feb
|
; 1c0feb
|
||||||
|
|
||||||
UnknownText_0x1c0feb: ; 1c0feb
|
Text_WasSentToBillsPC: ; 1c0feb
|
||||||
text_from_ram StringBuffer1
|
text_from_ram StringBuffer1
|
||||||
text " was"
|
text " was"
|
||||||
line "sent to BILL's PC."
|
line "sent to BILL's PC."
|
||||||
|
Reference in New Issue
Block a user