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:
@@ -152,13 +152,12 @@ CheckPartyFullAfterContest:
|
||||
ret
|
||||
|
||||
GiveANickname_YesNo:
|
||||
ld hl, TextJump_GiveANickname
|
||||
ld hl, CaughtAskNicknameText
|
||||
call PrintText
|
||||
jp YesNoBox
|
||||
|
||||
TextJump_GiveANickname:
|
||||
; Give a nickname to the @ you received?
|
||||
text_far UnknownText_0x1c12fc
|
||||
CaughtAskNicknameText:
|
||||
text_far _CaughtAskNicknameText
|
||||
text_end
|
||||
|
||||
SetCaughtData:
|
||||
|
||||
Reference in New Issue
Block a user