ref: 0e05c9123956bc5530851e5c947717710b44e27b
parent: 3922ad2c3cf4bc15ede67b3b1814e4c2fced9243
author: JimB16 <f1@jimb.de>
date: Sun Aug 23 12:08:01 EDT 2015
change WasSentToBillsPC-Label
--- a/main.asm
+++ b/main.asm
@@ -9615,7 +9615,7 @@
ld a, b
and a
ret z
- ld hl, UnknownText_0xe3d9
+ ld hl, TextJump_WasSentToBillsPC
call PrintText
ld a, $1
call GetSRAMBank
@@ -9635,9 +9635,9 @@
ret
; e3d9
-UnknownText_0xe3d9: ; 0xe3d9
+TextJump_WasSentToBillsPC: ; 0xe3d9
; was sent to BILL's PC.
- text_jump UnknownText_0x1c0feb
+ text_jump Text_WasSentToBillsPC
db "@"
; 0xe3de
--- a/text/common_3.asm
+++ b/text/common_3.asm
@@ -1074,7 +1074,7 @@
done
; 1c0feb
-UnknownText_0x1c0feb: ; 1c0feb
+Text_WasSentToBillsPC: ; 1c0feb
text_from_ram StringBuffer1
text " was"
line "sent to BILL's PC."