summaryrefslogtreecommitdiff
path: root/src/ground_map_1.c
blob: 4490ab54a312a40ca114006c944688a1062a28a7 (plain)
1
2
3
4
5
6
7
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);
}