diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2019-10-24 16:31:38 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2019-10-24 16:31:38 -0400 |
commit | a18e9c27e1b64ddb67d25afe815163c209247d9b (patch) | |
tree | 9fc9fe7c037d53250ee4cbfeb462753191130ed7 /src/player_pc.c | |
parent | 440d06293682f9060ec7c6bd1bba6575981733de (diff) |
Rename specials according to Ruby
Diffstat (limited to 'src/player_pc.c')
-rw-r--r-- | src/player_pc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/player_pc.c b/src/player_pc.c index bb073e3a6..f454cd07f 100644 --- a/src/player_pc.c +++ b/src/player_pc.c @@ -149,7 +149,7 @@ void NewGameInitPCItems(void) ; } -void sub_80EB6AC(void) +void BedroomPC(void) { u8 taskId; @@ -161,7 +161,7 @@ void sub_80EB6AC(void) DisplayItemMessageOnField(taskId, 2, gText_WhatWouldYouLikeToDo, Task_DrawPlayerPcTopMenu); } -void sub_80EB6FC(void) +void PlayerPC(void) { u8 taskId; |