diff options
| author | Tal Hayon <talhayon1@gmail.com> | 2022-08-06 15:21:41 +0300 |
|---|---|---|
| committer | Tal Hayon <talhayon1@gmail.com> | 2022-08-06 15:21:41 +0300 |
| commit | 18ef0d34b4ce9801ae26449e3a32ac9d985e43de (patch) | |
| tree | 38faf63b8f005c8860746273cae12b101d7e8f57 /include/room.h | |
| parent | 64c2f2476d3090856bfa450f06b19b87709a8170 (diff) | |
Document various fields and functions
Diffstat (limited to 'include/room.h')
| -rw-r--r-- | include/room.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/room.h b/include/room.h index d1becf0b..710aab1f 100644 --- a/include/room.h +++ b/include/room.h @@ -183,7 +183,7 @@ typedef struct { u8 area; u8 room; u8 playerLayer; - u8 field_0xe; + u8 spawn_type; u8 playerState; u16 transitionSFX; } ScreenTransitionData; |
