mirror of
https://github.com/pret/pmd-red.git
synced 2026-04-24 15:07:09 -05:00
ground_map function
This commit is contained in:
parent
a712277be3
commit
67b8dba508
3049
asm/ground_map.s
3049
asm/ground_map.s
File diff suppressed because it is too large
Load Diff
3043
asm/ground_map_1.s
Normal file
3043
asm/ground_map_1.s
Normal file
File diff suppressed because it is too large
Load Diff
|
|
@ -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
8
src/ground_map_1.c
Normal 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);
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user