diff options
Diffstat (limited to 'engine/overworld')
-rw-r--r-- | engine/overworld/decorations.asm | 28 | ||||
-rw-r--r-- | engine/overworld/scripting.asm | 6 | ||||
-rw-r--r-- | engine/overworld/select_menu.asm | 2 | ||||
-rw-r--r-- | engine/overworld/wildmons.asm | 2 |
4 files changed, 19 insertions, 19 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: diff --git a/engine/overworld/scripting.asm b/engine/overworld/scripting.asm index 6b0932804..0e36c30e2 100644 --- a/engine/overworld/scripting.asm +++ b/engine/overworld/scripting.asm @@ -536,7 +536,7 @@ GiveItemScript: end ReceivedItemText: - text_jump UnknownText_0x1c4719 + text_far UnknownText_0x1c4719 db "@" Script_verbosegiveitem2: @@ -628,11 +628,11 @@ CurItemName: ret PutItemInPocketText: - text_jump UnknownText_0x1c472c + text_far UnknownText_0x1c472c db "@" PocketIsFullText: - text_jump UnknownText_0x1c474b + text_far UnknownText_0x1c474b db "@" Script_pokemart: diff --git a/engine/overworld/select_menu.asm b/engine/overworld/select_menu.asm index 4dd324157..46c207ae7 100644 --- a/engine/overworld/select_menu.asm +++ b/engine/overworld/select_menu.asm @@ -12,7 +12,7 @@ SelectMenu:: jp CloseText ItemMayBeRegisteredText: - text_jump UnknownText_0x1c1cf3 + text_far UnknownText_0x1c1cf3 db "@" CheckRegisteredItem: diff --git a/engine/overworld/wildmons.asm b/engine/overworld/wildmons.asm index aa93cdaad..ea92b3fa5 100644 --- a/engine/overworld/wildmons.asm +++ b/engine/overworld/wildmons.asm @@ -834,7 +834,7 @@ RandomUnseenWildMon: .SawRareMonText: ; I just saw some rare @ in @ . I'll call you if I see another rare #MON, OK? - text_jump UnknownText_0x1bd34b + text_far UnknownText_0x1bd34b db "@" RandomPhoneWildMon: |