Use global symbols for assembly on modern

This commit is contained in:
GriffinR
2021-03-14 19:13:23 -04:00
parent 4d1e074514
commit 077faeb1bd
5 changed files with 16 additions and 3 deletions
+4
View File
@@ -20,6 +20,10 @@
#define NUM_FIELD_MAP_OBJECT_TEMPLATES 0x51
#if !defined(NONMATCHING) && MODERN
#define static
#endif
static void MoveCoordsInDirection(u32, s16 *, s16 *, s16, s16);
static bool8 ObjectEventExecSingleMovementAction(struct ObjectEvent *, struct Sprite *);
static u8 GetCollisionInDirection(struct ObjectEvent *, u8);