diff options
author | KDSKardabox <bollygame94@gmail.com> | 2018-03-13 14:41:39 +0530 |
---|---|---|
committer | KDSKardabox <bollygame94@gmail.com> | 2018-03-13 14:41:39 +0530 |
commit | f3b5ed0d121126ee05ab33700c0de40a0da77966 (patch) | |
tree | ce16b91cf5337f5d60a6aebf9c2af578c06152c5 /data | |
parent | e7cf8e5c1713c624b7b9db7a58c6c812e90ec7a9 (diff) |
Decompile more functions & rename some labels
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 ef8a2ba9c..69eacb69b 100644 --- a/data/player_pc.s +++ b/data/player_pc.s @@ -39,11 +39,11 @@ gNewGamePCItems:: @ 85DFEFC .2byte 0x0000, 0x0000 .align 2 -gUnknown_085DFF04:: @ 85DFF04 - .4byte gText_Read, sub_816B878 - .4byte gText_MoveToBag, sub_816B994 - .4byte gText_Give2, sub_816BABC - .4byte gText_Cancel2, sub_816BBD4 +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 |