diff options
Diffstat (limited to 'data')
-rw-r--r-- | data/event_scripts.s | 4 | ||||
-rw-r--r-- | data/script_menu.s | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/data/event_scripts.s b/data/event_scripts.s index 46ba34db5..350086a01 100644 --- a/data/event_scripts.s +++ b/data/event_scripts.s @@ -1771,7 +1771,7 @@ EventScript_PC:: @ 8271D92 end EventScript_271DAC:: @ 8271DAC - message gUnknown_0827266F + message gText_WhichPCShouldBeAccessed waitmessage special ScrSpecial_CreatePCMenu waitstate @@ -3112,7 +3112,7 @@ Text_272640: @ 8272640 Text_27265A: @ 827265A .string "{PLAYER} booted up the PC.$" -gUnknown_0827266F:: @ 827266F +gText_WhichPCShouldBeAccessed:: @ 827266F .string "Which PC should be accessed?$" gUnknown_0827268C:: @ 827268C diff --git a/data/script_menu.s b/data/script_menu.s index dbfb05621..008d36bf4 100644 --- a/data/script_menu.s +++ b/data/script_menu.s @@ -577,7 +577,7 @@ gUnknown_0858B758:: @ 58B758 .4byte gText_Exit, 0 -gUnknown_0858B760:: @ 858B760 +gMultichoiceLists:: @ 858B760 .4byte gUnknown_0858ABD8, 3 .4byte gUnknown_0858B758, 1 .4byte gUnknown_0858ABF0, 3 @@ -729,7 +729,7 @@ gUnknown_0858BB68:: @ 858BB68 .byte 0x4A, 0x4B, 0x4C, 0x4D, 0x4E, 0x4F .align 2 -gUnknown_0858BB70:: @ 858BB70 +sPCNameStrings:: @ 858BB70 .4byte gText_SomeonesPC .4byte gText_LanettesPC .4byte gText_PlayersPC |