ground_map function

This commit is contained in:
Bassoonian 2022-03-22 15:44:34 +01:00
parent a712277be3
commit 67b8dba508
4 changed files with 3053 additions and 3049 deletions

File diff suppressed because it is too large Load Diff

3043
asm/ground_map_1.s Normal file

File diff suppressed because it is too large Load Diff

View File

@ -321,6 +321,8 @@ SECTIONS {
asm/code_80A26CC.o(.text);
src/ground_map.o(.text);
asm/ground_map.o(.text);
src/ground_map_1.o(.text);
asm/ground_map_1.o(.text);
asm/ground_sprite.o(.text);
src/code_80A7714.o(.text);
asm/ground_lives.o(.text);

8
src/ground_map_1.c Normal file
View File

@ -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);
}