diff options
author | Bassoonian <iasperbassoonian@gmail.com> | 2022-03-22 15:44:34 +0100 |
---|---|---|
committer | Bassoonian <iasperbassoonian@gmail.com> | 2022-03-22 15:44:34 +0100 |
commit | 67b8dba508a2d98dbcae5f0958240026ff80a506 (patch) | |
tree | a054714565b3194a2b3328f0a4781792803b2782 /src | |
parent | a712277be334173ead46d27f37c97fd262098693 (diff) |
ground_map function
Diffstat (limited to 'src')
-rw-r--r-- | src/ground_map_1.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ground_map_1.c b/src/ground_map_1.c new file mode 100644 index 0000000..4490ab5 --- /dev/null +++ b/src/ground_map_1.c @@ -0,0 +1,8 @@ +#include "global.h" + +extern void GroundMap_GetStationScript(u32, s16, u32, u32); + +void sub_80A4BE8(u32 r0, s16 r1) +{ + GroundMap_GetStationScript(r0, r1, 0, 0); +}
\ No newline at end of file |