diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2020-05-06 15:32:25 -0400 |
---|---|---|
committer | GriffinR <griffin.g.richards@gmail.com> | 2020-05-06 16:02:03 -0400 |
commit | 9f0a89760236529776b607e25e67aaae2321b99e (patch) | |
tree | abe5c83f19a86d6ded2da59ab2eadd2ff8742ab8 /src | |
parent | 49d6f31c2811fcdf4f5a2ef3c3a0b3986559e821 (diff) |
Sync static_pokemon.inc
Diffstat (limited to 'src')
-rw-r--r-- | src/crt0.s | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/crt0.s b/src/crt0.s index 15698972d..e876c4c10 100644 --- a/src/crt0.s +++ b/src/crt0.s @@ -1,3 +1,4 @@ + .include "constants/global.h" .include "constants/gba_constants.inc" .include "constants/misc_constants.inc" .include "constants/version.inc" |