diff options
author | Seth Barberee <seth.barberee@gmail.com> | 2022-03-22 11:44:43 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-22 11:44:43 -0700 |
commit | a0264b99956cc67dd13704b758dc1f2f4c1480ca (patch) | |
tree | b632af6d0a7d84dda67ffe3691db1faf9ffab42e /src/ground_map_1.c | |
parent | 30fea2d6f303e0e57b62032f56da86c8223ef1f7 (diff) | |
parent | 0f928c3aab9eaa6b75084fd925a595833e0fe1d5 (diff) |
Merge pull request #99 from Bassoonian/master
Three small functions
Diffstat (limited to 'src/ground_map_1.c')
-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 |