diff options
| author | KiritoDv <36680385+KiritoDv@users.noreply.github.com> | 2025-05-16 02:44:40 +0000 |
|---|---|---|
| committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2025-05-16 02:44:40 +0000 |
| commit | b53a5dbcfa24ef2aa4860b6d9512709976686de8 (patch) | |
| tree | 441f2bb9c0bc8f955eb9289d19b13beab5c239c5 /include/mk64.h | |
| parent | bdf5ca8d603ae56ac275bebf9fde58ae72484d76 (diff) | |
clang formatclang-format
Diffstat (limited to 'include/mk64.h')
| -rw-r--r-- | include/mk64.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mk64.h b/include/mk64.h index fabd57254..f1d69efa4 100644 --- a/include/mk64.h +++ b/include/mk64.h @@ -103,7 +103,7 @@ enum SURFACE_TYPE { /* 0x0F */ CAVE, // DK Jungle cave /* 0x10 */ ROPE_BRIDGE, // Bowser's Castle bridge 2, DK Jungle bridge /* 0x11 */ WOOD_BRIDGE, // Frappe Snowland bridge, Bowser's Castle bridge 1,3, Yoshi Valley bridge 2 - /* 0xFB */ WATER_SURFACE = 0xFB, // Water effect and Lakitu picks up the player + /* 0xFB */ WATER_SURFACE = 0xFB, // Water effect and Lakitu picks up the player /* 0xFC */ BOOST_RAMP_WOOD = 0xFC, // DK Jungle /* 0xFD */ OUT_OF_BOUNDS, // DK Jungle river island oob / out of bounds /* 0xFE */ BOOST_RAMP_ASPHALT, // Royal Raceway |
