You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
Name a lot of text labels according to our conventions
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user