diff options
Diffstat (limited to 'engine/overworld/decorations.asm')
-rw-r--r-- | engine/overworld/decorations.asm | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/engine/overworld/decorations.asm b/engine/overworld/decorations.asm index 9b1b2a5a6..6eacb0e00 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_jump UnknownText_0x1bc471 + text_far UnknownText_0x1bc471 db "@" .NonscrollingMenuHeader: @@ -806,7 +806,7 @@ DecoAction_SetItUp_Ornament: UnknownText_0x26e41: ; Which side do you want to put it on? - text_jump UnknownText_0x1bc48c + text_far UnknownText_0x1bc48c db "@" DecoAction_PutItAway_Ornament: @@ -832,7 +832,7 @@ DecoAction_PutItAway_Ornament: DecoText_WhichSide: ; Which side do you want to put away? - text_jump UnknownText_0x1bc4b2 + text_far UnknownText_0x1bc4b2 db "@" DecoAction_AskWhichSide: @@ -885,27 +885,27 @@ MenuData_0x26eb3: DecoText_PutAwayTheDeco: ; Put away the @ . - text_jump UnknownText_0x1bc4d7 + text_far UnknownText_0x1bc4d7 db "@" DecoText_NothingToPutAway: ; There's nothing to put away. - text_jump UnknownText_0x1bc4ec + text_far UnknownText_0x1bc4ec db "@" DecoText_SetUpTheDeco: ; Set up the @ . - text_jump UnknownText_0x1bc509 + text_far UnknownText_0x1bc509 db "@" DecoText_PutAwayAndSetUp: ; Put away the @ and set up the @ . - text_jump UnknownText_0x1bc51c + text_far UnknownText_0x1bc51c db "@" DecoText_AlreadySetUp: ; That's already set up. - text_jump UnknownText_0x1bc546 + text_far UnknownText_0x1bc546 db "@" GetDecorationName_c_de: @@ -1013,7 +1013,7 @@ DecorationDesc_TownMapPoster: .TownMapText: ; It's the TOWN MAP. - text_jump UnknownText_0x1bc55d + text_far UnknownText_0x1bc55d db "@" DecorationDesc_PikachuPoster: @@ -1021,7 +1021,7 @@ DecorationDesc_PikachuPoster: .PikaPosterText: ; It's a poster of a cute PIKACHU. - text_jump UnknownText_0x1bc570 + text_far UnknownText_0x1bc570 db "@" DecorationDesc_ClefairyPoster: @@ -1029,7 +1029,7 @@ DecorationDesc_ClefairyPoster: .ClefairyPosterText: ; It's a poster of a cute CLEFAIRY. - text_jump UnknownText_0x1bc591 + text_far UnknownText_0x1bc591 db "@" DecorationDesc_JigglypuffPoster: @@ -1037,7 +1037,7 @@ DecorationDesc_JigglypuffPoster: .JigglypuffPosterText: ; It's a poster of a cute JIGGLYPUFF. - text_jump UnknownText_0x1bc5b3 + text_far UnknownText_0x1bc5b3 db "@" DecorationDesc_NullPoster: @@ -1068,7 +1068,7 @@ DecorationDesc_OrnamentOrConsole: .OrnamentConsoleText: ; It's an adorable @ . - text_jump UnknownText_0x1bc5d7 + text_far UnknownText_0x1bc5d7 db "@" DecorationDesc_GiantOrnament: @@ -1081,7 +1081,7 @@ DecorationDesc_GiantOrnament: .BigDollText: ; A giant doll! It's fluffy and cuddly. - text_jump UnknownText_0x1bc5ef + text_far UnknownText_0x1bc5ef db "@" ToggleMaptileDecorations: |