diff options
| author | Sonic Dreamcaster <alejandro.asenjo88@gmail.com> | 2026-03-12 20:01:06 -0300 |
|---|---|---|
| committer | Sonic Dreamcaster <alejandro.asenjo88@gmail.com> | 2026-03-12 20:01:06 -0300 |
| commit | a69e9659393f88dcca22ff9d563ee4e9e0019d33 (patch) | |
| tree | 275b4ad141cfad069d75f18c598a2853a975ae1b | |
| parent | 47831f54ae2dbc274252aa556f4b1fa4b9731d65 (diff) | |
fix function name
| -rw-r--r-- | include/i5.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/i5.h b/include/i5.h index ea4c4b94..af06200c 100644 --- a/include/i5.h +++ b/include/i5.h @@ -49,7 +49,7 @@ void Macbeth_MaProximityLight_Init(Scenery *); void Macbeth_Actor207_Init(Actor *); void Macbeth_801ACFBC(void); void Macbeth_801AD080(void); -void Ground_801B5110(f32, f32, f32); +void Ground_Init(f32, f32, f32); void Ground_801B58AC(Gfx **, f32); bool Ground_801B6AEC(f32, f32, f32); s32 Ground_801B6E20(f32, f32, f32 *, f32 *, f32 *); |
