diff options
Diffstat (limited to 'data')
-rw-r--r-- | data/player_pc.s | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/data/player_pc.s b/data/player_pc.s index 200ae19c2..d7880b5eb 100644 --- a/data/player_pc.s +++ b/data/player_pc.s @@ -4,27 +4,27 @@ .section .rodata .align 2 -gUnknown_08406288:: @ 8406288 +gPCText_OptionDescList:: @ 8406288 .4byte PCText_TakeOutItems .4byte PCText_StoreItems .4byte PCText_ThrowAwayItems .4byte gMenuText_GoBackToPrev .align 2 -gUnknown_08406298:: @ 8406298 +gPCText_PlayerPCOptionsText:: @ 8406298 .4byte SecretBaseText_ItemStorage, PlayerPC_ItemStorage .4byte gPCText_Mailbox, PlayerPC_Mailbox .4byte SecretBaseText_Decoration, PlayerPC_Decoration .4byte SecretBaseText_TurnOff, PlayerPC_TurnOff -gUnknown_084062B8:: @ 84062B8 +gBedroomPC_OptionOrder:: @ 84062B8 .byte 0, 1, 2, 3 -gUnknown_084062BC:: @ 84062BC +gPlayerPC_OptionOrder:: @ 84062BC .byte 0, 1, 3 .align 2 -gUnknown_084062C0:: @ 84062C0 +gPCText_ItemPCOptionsText:: @ 84062C0 .4byte PCText_WithdrawItem, ItemStorage_Withdraw .4byte PCText_DepositItem, ItemStorage_Deposit .4byte PCText_TossItem, ItemStorage_Toss |