diff options
author | KDSKardabox <bollygame94@gmail.com> | 2018-03-19 15:57:33 +0530 |
---|---|---|
committer | KDSKardabox <bollygame94@gmail.com> | 2018-03-19 15:57:33 +0530 |
commit | a24ffb13213b7cd8761cd501bc4c052da66f57c4 (patch) | |
tree | 5cc8ff90c620f9a5a7fd6de2a2f19358e440761c /data | |
parent | a454bd98faf6bd7317a841c27f4bee9966c45da3 (diff) |
Finish decompiling player_pc rodata
Diffstat (limited to 'data')
-rw-r--r-- | data/player_pc.s | 75 |
1 files changed, 0 insertions, 75 deletions
diff --git a/data/player_pc.s b/data/player_pc.s deleted file mode 100644 index 69eacb69b..000000000 --- a/data/player_pc.s +++ /dev/null @@ -1,75 +0,0 @@ -#include "constants/items.h" - .include "asm/macros.inc" - .include "constants/constants.inc" - - .section .rodata - - .align 2 -gPCText_OptionDescList:: @ 85DFEA4 - .4byte gText_TakeOutItemsFromPC - .4byte gText_StoreItemsInPC - .4byte gText_ThrowAwayItemsInPC - .4byte gText_GoBackPrevMenu - - .align 2 -sPlayerPCMenuActions:: @ 85DFEB4 - .4byte gText_ItemStorage, PlayerPC_ItemStorage - .4byte gText_Mailbox, PlayerPC_Mailbox - .4byte gText_Decoration, PlayerPC_Decoration - .4byte gText_TurnOff, PlayerPC_TurnOff - - .align 2 -gBedroomPC_OptionOrder:: @ 85DFED4 - .byte 0x00, 0x01, 0x02, 0x03 - - .align 2 -gPlayerPC_OptionOrder:: @ 85DFED8 - .byte 0x00, 0x01, 0x03, 0x00 - - .align 2 -gPCText_ItemPCOptionsText:: @ 85DFEDC - .4byte gText_WithdrawItem, ItemStorage_Withdraw - .4byte gText_DepositItem, ItemStorage_Deposit - .4byte gText_TossItem, ItemStorage_Toss - .4byte gText_Cancel, ItemStorage_Exit - - .align 2 -gNewGamePCItems:: @ 85DFEFC - .2byte ITEM_POTION, 0x0001 - .2byte 0x0000, 0x0000 - - .align 2 -gMailboxMailOptions:: @ 85DFF04 - .4byte gText_Read, Mailbox_DoMailRead - .4byte gText_MoveToBag, Mailbox_MoveToBag - .4byte gText_Give2, Mailbox_Give - .4byte gText_Cancel2, Mailbox_Cancel - - .align 2 -gUnknown_085DFF24:: @ 85DFF24 - .4byte 0x09010100, 0x00010f06, 0x09010100, 0x00010f08, 0x0a010100, 0x00010f08 - - .align 2 -gUnknown_085DFF3C:: @ 85DFF3C - .4byte sub_816CA94 - .4byte sub_816CAC8 - - .align 2 -gUnknown_085DFF44:: @ 85DFF44 - .4byte 0x00000000, sub_816BDDC, fish4_goto_x5_or_x6, 0x00000000, 0x00080000, 0x07003129 - - .align 2 -gUnknown_085DFF5C:: @ 85DFF5C - window_template 0x00, 0x10, 0x01, 0x0d, 0x12, 0x0f, 0x0001 - window_template 0x00, 0x01, 0x0d, 0x0d, 0x06, 0x0f, 0x00eb - window_template 0x00, 0x01, 0x08, 0x03, 0x03, 0x0f, 0x0153 - window_template 0x00, 0x01, 0x01, 0x0d, 0x02, 0x0f, 0x0139 - window_template 0x00, 0x08, 0x09, 0x06, 0x02, 0x0f, 0x015c - - .align 2 -gUnknown_085DFF84:: @ 85DFF84 - window_template 0x00, 0x09, 0x07, 0x05, 0x04, 0x0f, 0x0168 - - .align 2 -gUnknown_085DFF8C:: @ 85DFF8C - .byte 0x01, 0x03, 0x02, 0x00 |