Support functions for GoRandomDirections
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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__
|
||||
|
||||
Reference in New Issue
Block a user