Resolve issue #575: Rename text commands
This commit is contained in:
@@ -385,7 +385,7 @@ PopulateDecoCategoryMenu:
|
||||
.Text_nothing_to_choose:
|
||||
; There's nothing to choose.
|
||||
text_far UnknownText_0x1bc471
|
||||
db "@"
|
||||
text_end
|
||||
|
||||
.NonscrollingMenuHeader:
|
||||
db MENU_BACKUP_TILES ; flags
|
||||
@@ -807,7 +807,7 @@ DecoAction_SetItUp_Ornament:
|
||||
UnknownText_0x26e41:
|
||||
; Which side do you want to put it on?
|
||||
text_far UnknownText_0x1bc48c
|
||||
db "@"
|
||||
text_end
|
||||
|
||||
DecoAction_PutItAway_Ornament:
|
||||
ld a, [wSelectedDecoration]
|
||||
@@ -833,7 +833,7 @@ DecoAction_PutItAway_Ornament:
|
||||
DecoText_WhichSide:
|
||||
; Which side do you want to put away?
|
||||
text_far UnknownText_0x1bc4b2
|
||||
db "@"
|
||||
text_end
|
||||
|
||||
DecoAction_AskWhichSide:
|
||||
call MenuTextBox
|
||||
@@ -886,27 +886,27 @@ MenuData_0x26eb3:
|
||||
DecoText_PutAwayTheDeco:
|
||||
; Put away the @ .
|
||||
text_far UnknownText_0x1bc4d7
|
||||
db "@"
|
||||
text_end
|
||||
|
||||
DecoText_NothingToPutAway:
|
||||
; There's nothing to put away.
|
||||
text_far UnknownText_0x1bc4ec
|
||||
db "@"
|
||||
text_end
|
||||
|
||||
DecoText_SetUpTheDeco:
|
||||
; Set up the @ .
|
||||
text_far UnknownText_0x1bc509
|
||||
db "@"
|
||||
text_end
|
||||
|
||||
DecoText_PutAwayAndSetUp:
|
||||
; Put away the @ and set up the @ .
|
||||
text_far UnknownText_0x1bc51c
|
||||
db "@"
|
||||
text_end
|
||||
|
||||
DecoText_AlreadySetUp:
|
||||
; That's already set up.
|
||||
text_far UnknownText_0x1bc546
|
||||
db "@"
|
||||
text_end
|
||||
|
||||
GetDecorationName_c_de:
|
||||
ld a, c
|
||||
@@ -1014,7 +1014,7 @@ DecorationDesc_TownMapPoster:
|
||||
.TownMapText:
|
||||
; It's the TOWN MAP.
|
||||
text_far UnknownText_0x1bc55d
|
||||
db "@"
|
||||
text_end
|
||||
|
||||
DecorationDesc_PikachuPoster:
|
||||
jumptext .PikaPosterText
|
||||
@@ -1022,7 +1022,7 @@ DecorationDesc_PikachuPoster:
|
||||
.PikaPosterText:
|
||||
; It's a poster of a cute PIKACHU.
|
||||
text_far UnknownText_0x1bc570
|
||||
db "@"
|
||||
text_end
|
||||
|
||||
DecorationDesc_ClefairyPoster:
|
||||
jumptext .ClefairyPosterText
|
||||
@@ -1030,7 +1030,7 @@ DecorationDesc_ClefairyPoster:
|
||||
.ClefairyPosterText:
|
||||
; It's a poster of a cute CLEFAIRY.
|
||||
text_far UnknownText_0x1bc591
|
||||
db "@"
|
||||
text_end
|
||||
|
||||
DecorationDesc_JigglypuffPoster:
|
||||
jumptext .JigglypuffPosterText
|
||||
@@ -1038,7 +1038,7 @@ DecorationDesc_JigglypuffPoster:
|
||||
.JigglypuffPosterText:
|
||||
; It's a poster of a cute JIGGLYPUFF.
|
||||
text_far UnknownText_0x1bc5b3
|
||||
db "@"
|
||||
text_end
|
||||
|
||||
DecorationDesc_NullPoster:
|
||||
end
|
||||
@@ -1069,7 +1069,7 @@ DecorationDesc_OrnamentOrConsole:
|
||||
.OrnamentConsoleText:
|
||||
; It's an adorable @ .
|
||||
text_far UnknownText_0x1bc5d7
|
||||
db "@"
|
||||
text_end
|
||||
|
||||
DecorationDesc_GiantOrnament:
|
||||
ld b, BANK(.BigDollScript)
|
||||
@@ -1082,7 +1082,7 @@ DecorationDesc_GiantOrnament:
|
||||
.BigDollText:
|
||||
; A giant doll! It's fluffy and cuddly.
|
||||
text_far UnknownText_0x1bc5ef
|
||||
db "@"
|
||||
text_end
|
||||
|
||||
ToggleMaptileDecorations:
|
||||
; tile coordinates work the same way as for changeblock
|
||||
|
@@ -537,7 +537,7 @@ GiveItemScript:
|
||||
|
||||
ReceivedItemText:
|
||||
text_far UnknownText_0x1c4719
|
||||
db "@"
|
||||
text_end
|
||||
|
||||
Script_verbosegiveitem2:
|
||||
; script command 0x9f
|
||||
@@ -629,11 +629,11 @@ CurItemName:
|
||||
|
||||
PutItemInPocketText:
|
||||
text_far UnknownText_0x1c472c
|
||||
db "@"
|
||||
text_end
|
||||
|
||||
PocketIsFullText:
|
||||
text_far UnknownText_0x1c474b
|
||||
db "@"
|
||||
text_end
|
||||
|
||||
Script_pokemart:
|
||||
; script command 0x94
|
||||
|
@@ -13,7 +13,7 @@ SelectMenu::
|
||||
|
||||
ItemMayBeRegisteredText:
|
||||
text_far UnknownText_0x1c1cf3
|
||||
db "@"
|
||||
text_end
|
||||
|
||||
CheckRegisteredItem:
|
||||
ld a, [wWhichRegisteredItem]
|
||||
|
@@ -835,7 +835,7 @@ RandomUnseenWildMon:
|
||||
.SawRareMonText:
|
||||
; I just saw some rare @ in @ . I'll call you if I see another rare #MON, OK?
|
||||
text_far UnknownText_0x1bd34b
|
||||
db "@"
|
||||
text_end
|
||||
|
||||
RandomPhoneWildMon:
|
||||
farcall GetCallerLocation
|
||||
|
Reference in New Issue
Block a user