diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2019-06-29 08:35:52 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2019-06-29 08:35:52 -0400 |
commit | 4b759da71413f3a2b63cb1c220fba4da490bf3d2 (patch) | |
tree | 9461e3faff138ad38bca06fd60bb0708d43deaea /src/pokemon_jump.c | |
parent | e92e9a184ccfa2aa3a226610d6c4e633e8082c10 (diff) |
Wildcard bss, ewram_data, and COMMON in modern toolchain
Diffstat (limited to 'src/pokemon_jump.c')
-rwxr-xr-x | src/pokemon_jump.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pokemon_jump.c b/src/pokemon_jump.c index 4a457adc4..3a64497bd 100755 --- a/src/pokemon_jump.c +++ b/src/pokemon_jump.c @@ -250,8 +250,8 @@ bool32 sub_802E2D0(struct PokemonJump1_82E4 *, int); int sub_802E354(int, u16, u16); void sub_802E3A8(void); -extern struct PokemonJump1 *gUnknown_02022CFC; -extern struct PokemonJump2 *gUnknown_02022D00; +EWRAM_DATA struct PokemonJump1 *gUnknown_02022CFC = NULL; +EWRAM_DATA struct PokemonJump2 *gUnknown_02022D00 = NULL; const struct PokemonJumpMons gPkmnJumpSpecies[] = { |