Name a lot of text labels according to our conventions
This commit is contained in:
@@ -5,14 +5,14 @@ SelectMenu::
|
||||
|
||||
.NotRegistered:
|
||||
call OpenText
|
||||
ld b, BANK(ItemMayBeRegisteredText)
|
||||
ld hl, ItemMayBeRegisteredText
|
||||
ld b, BANK(MayRegisterItemText)
|
||||
ld hl, MayRegisterItemText
|
||||
call MapTextbox
|
||||
call WaitButton
|
||||
jp CloseText
|
||||
|
||||
ItemMayBeRegisteredText:
|
||||
text_far UnknownText_0x1c1cf3
|
||||
MayRegisterItemText:
|
||||
text_far _MayRegisterItemText
|
||||
text_end
|
||||
|
||||
CheckRegisteredItem:
|
||||
|
Reference in New Issue
Block a user