diff options
author | JimB16 <f1@jimb.de> | 2015-08-23 16:08:01 +0200 |
---|---|---|
committer | JimB16 <f1@jimb.de> | 2015-08-23 16:08:01 +0200 |
commit | 0e05c9123956bc5530851e5c947717710b44e27b (patch) | |
tree | efb5427229f72121361afc22d6fa9a33524c0b7c | |
parent | 3922ad2c3cf4bc15ede67b3b1814e4c2fced9243 (diff) |
change WasSentToBillsPC-Label
-rw-r--r-- | main.asm | 6 | ||||
-rw-r--r-- | text/common_3.asm | 2 |
2 files changed, 4 insertions, 4 deletions
@@ -9615,7 +9615,7 @@ endr 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 @@ Functione3d4: ; e3d4 ret ; e3d9 -UnknownText_0xe3d9: ; 0xe3d9 +TextJump_WasSentToBillsPC: ; 0xe3d9 ; was sent to BILL's PC. - text_jump UnknownText_0x1c0feb + text_jump Text_WasSentToBillsPC db "@" ; 0xe3de diff --git a/text/common_3.asm b/text/common_3.asm index c73e91d74..e010d1fec 100644 --- a/text/common_3.asm +++ b/text/common_3.asm @@ -1074,7 +1074,7 @@ UnknownText_0x1c0fdd: ; 1c0fdd done ; 1c0feb -UnknownText_0x1c0feb: ; 1c0feb +Text_WasSentToBillsPC: ; 1c0feb text_from_ram StringBuffer1 text " was" line "sent to BILL's PC." |