Support functions for GoRandomDirections

This commit is contained in:
PikalaxALT
2017-09-13 10:59:25 -04:00
parent 28b272bf52
commit e26501f130
4 changed files with 82 additions and 175 deletions

View File

@@ -17,5 +17,7 @@ extern const struct SpritePalette gUnknown_0850BBC8[];
extern const struct PairedPalettes gUnknown_0850BD00[15];
extern const struct PairedPalettes gUnknown_0850BD78[15];
extern const u16 *const gUnknown_0850BE38[2];
extern const s16 gUnknown_0850D6DC[4];
extern const u8 gUnknown_0850D710[4];
#endif //POKEEMERALD_DATA3_H

View File

@@ -10,7 +10,7 @@
#define asm_comment(x) asm volatile("@ -- " x " -- ")
#define asm_unified(x) asm(".syntax unified\n" x "\n.syntax divided")
#ifdef __APPLE__
#if defined (__APPLE__) || defined (__CYGWIN__)
void memset(void *, int, size_t);
void memcpy(void *, const void *, size_t);
#endif // __APPLE__