#641 fixes and additions. (#646)

Name a lot of text labels according to our conventions
This commit is contained in:
mid-kid
2019-10-20 22:24:17 +00:00
committed by Rangi
parent 3fc2ba41f7
commit e3e0bcd653
203 changed files with 4077 additions and 4598 deletions

View File

@@ -1782,7 +1782,7 @@ GivePoke::
ld a, b
and a
ret z
ld hl, TextJump_WasSentToBillsPC
ld hl, WasSentToBillsPCText
call PrintText
ld a, BANK(sBoxMonNicknames)
call GetSRAMBank
@@ -1800,9 +1800,8 @@ GivePoke::
ld b, $2
ret
TextJump_WasSentToBillsPC:
; was sent to BILL's PC.
text_far Text_WasSentToBillsPC
WasSentToBillsPCText:
text_far _WasSentToBillsPCText
text_end
InitNickname: