diff options
| author | Tal Hayon <talhayon1@gmail.com> | 2022-01-29 15:51:23 +0200 |
|---|---|---|
| committer | Tal Hayon <talhayon1@gmail.com> | 2022-01-29 15:51:23 +0200 |
| commit | 326143afcc27491f6fca042826de18957eeb351e (patch) | |
| tree | 033ae0cce774b914382ea585c624e9987de34fa7 /src/roomInit.c | |
| parent | fd9049f59801a77ced44d85329ee871fda031d22 (diff) | |
Use PlayerSpawnType enum in a few places
Diffstat (limited to 'src/roomInit.c')
| -rw-r--r-- | src/roomInit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/roomInit.c b/src/roomInit.c index 3cb07870..baaadce7 100644 --- a/src/roomInit.c +++ b/src/roomInit.c @@ -5313,7 +5313,7 @@ void sub_StateChange_HouseInteriors3_Bakery(void) { u32 sub_unk3_HouseInteriors3_Simon(void) { if (CheckGlobalFlag(MAROYA_WAKEUP)) { - gRoomTransition.player_status.spawn_type = 5; + gRoomTransition.player_status.spawn_type = PL_SPAWN_SPECIAL; } return 1; } |
