summaryrefslogtreecommitdiff
path: root/engine/overworld/decorations.asm
diff options
context:
space:
mode:
Diffstat (limited to 'engine/overworld/decorations.asm')
-rw-r--r--engine/overworld/decorations.asm28
1 files changed, 14 insertions, 14 deletions
diff --git a/engine/overworld/decorations.asm b/engine/overworld/decorations.asm
index 74abf56ee..718959ab8 100644
--- a/engine/overworld/decorations.asm
+++ b/engine/overworld/decorations.asm
@@ -384,7 +384,7 @@ PopulateDecoCategoryMenu:
.Text_nothing_to_choose:
; There's nothing to choose.
- text_far UnknownText_0x1bc471
+ text_far _NothingToChooseText
text_end
.NonscrollingMenuHeader:
@@ -806,7 +806,7 @@ DecoAction_SetItUp_Ornament:
UnknownText_0x26e41:
; Which side do you want to put it on?
- text_far UnknownText_0x1bc48c
+ text_far _WhichSidePutOnText
text_end
DecoAction_PutItAway_Ornament:
@@ -832,7 +832,7 @@ DecoAction_PutItAway_Ornament:
DecoText_WhichSide:
; Which side do you want to put away?
- text_far UnknownText_0x1bc4b2
+ text_far _WhichSidePutAwayText
text_end
DecoAction_AskWhichSide:
@@ -885,27 +885,27 @@ MenuData_0x26eb3:
DecoText_PutAwayTheDeco:
; Put away the @ .
- text_far UnknownText_0x1bc4d7
+ text_far _PutAwayTheDecoText
text_end
DecoText_NothingToPutAway:
; There's nothing to put away.
- text_far UnknownText_0x1bc4ec
+ text_far _NothingToPutAwayText
text_end
DecoText_SetUpTheDeco:
; Set up the @ .
- text_far UnknownText_0x1bc509
+ text_far _SetUpTheDecoText
text_end
DecoText_PutAwayAndSetUp:
; Put away the @ and set up the @ .
- text_far UnknownText_0x1bc51c
+ text_far _PutAwayAndSetUpText
text_end
DecoText_AlreadySetUp:
; That's already set up.
- text_far UnknownText_0x1bc546
+ text_far _AlreadySetUpText
text_end
GetDecorationName_c_de:
@@ -1013,7 +1013,7 @@ DecorationDesc_TownMapPoster:
.TownMapText:
; It's the TOWN MAP.
- text_far UnknownText_0x1bc55d
+ text_far _LookTownMapText
text_end
DecorationDesc_PikachuPoster:
@@ -1021,7 +1021,7 @@ DecorationDesc_PikachuPoster:
.PikaPosterText:
; It's a poster of a cute PIKACHU.
- text_far UnknownText_0x1bc570
+ text_far _LookPikachuPosterText
text_end
DecorationDesc_ClefairyPoster:
@@ -1029,7 +1029,7 @@ DecorationDesc_ClefairyPoster:
.ClefairyPosterText:
; It's a poster of a cute CLEFAIRY.
- text_far UnknownText_0x1bc591
+ text_far _LookClefairyPosterText
text_end
DecorationDesc_JigglypuffPoster:
@@ -1037,7 +1037,7 @@ DecorationDesc_JigglypuffPoster:
.JigglypuffPosterText:
; It's a poster of a cute JIGGLYPUFF.
- text_far UnknownText_0x1bc5b3
+ text_far _LookJigglypuffPosterText
text_end
DecorationDesc_NullPoster:
@@ -1068,7 +1068,7 @@ DecorationDesc_OrnamentOrConsole:
.OrnamentConsoleText:
; It's an adorable @ .
- text_far UnknownText_0x1bc5d7
+ text_far _LookAdorableDecoText
text_end
DecorationDesc_GiantOrnament:
@@ -1081,7 +1081,7 @@ DecorationDesc_GiantOrnament:
.BigDollText:
; A giant doll! It's fluffy and cuddly.
- text_far UnknownText_0x1bc5ef
+ text_far _LookGiantDecoText
text_end
ToggleMaptileDecorations: