diff options
author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2019-10-24 17:22:11 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-24 17:22:11 -0400 |
commit | 7579fc65c12bd46c045d10eb8cd9a2320fd1f3f0 (patch) | |
tree | b8b08638a6d8ae195dbdc4b17d1e91a6d301b073 /src/player_pc.c | |
parent | 6e36c229200e083ca005cbc448e99210d111f3b2 (diff) | |
parent | 4fae71a4b0723fac867cbeb439feb3fc71664f0e (diff) |
Merge pull request #132 from PikalaxALT/field_specials
Field specials
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; |