mirror of
https://github.com/pret/pokeemerald.git
synced 2026-08-02 18:06:54 -05:00
Fix tests not building
This commit is contained in:
parent
bcf9a1eff8
commit
cc9a4d34c6
|
|
@ -43,6 +43,8 @@
|
|||
#define RUN_OVERWORLD_SCRIPT(...) RunScriptImmediately(OVERWORLD_SCRIPT(__VA_ARGS__))
|
||||
|
||||
// Make overworld script macros available.
|
||||
asm(".include \"asm/macros/event.inc\"\n");
|
||||
asm(".include \"constants/gba_constants.inc\"\n"
|
||||
".include \"asm/macros/asm.inc\"\n"
|
||||
".include \"asm/macros/event.inc\"\n");
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user