mirror of
https://github.com/pret/pokepinballrs.git
synced 2026-03-21 17:24:13 -05:00
Dump gSpeciesInfo to C
This commit is contained in:
parent
cb8904e6ed
commit
c5b91446c8
File diff suppressed because it is too large
Load Diff
1395
data/rom_2.s
Normal file
1395
data/rom_2.s
Normal file
File diff suppressed because it is too large
Load Diff
|
|
@ -311,7 +311,7 @@ extern s16 gUnknown_086A61BC[];
|
|||
extern s16 gUnknown_086A77A8[][10][2];
|
||||
extern u8 gUnknown_0201B124;
|
||||
|
||||
extern struct PokemonSpecies gSpeciesInfo[];
|
||||
extern const struct PokemonSpecies gSpeciesInfo[];
|
||||
extern const struct SpriteSet * const gUnknown_086A54D8[13];
|
||||
extern u8 (*gMonHatchSpriteGroupGfx[])[0x10E0];
|
||||
extern u8 (*gMonHatchSpriteGroupPals[])[0x20];
|
||||
|
|
|
|||
|
|
@ -99,7 +99,9 @@ SECTIONS
|
|||
|
||||
.rodata :
|
||||
{
|
||||
data/rom.o(.rodata)
|
||||
data/rom_1.o(.rodata)
|
||||
src/data.o(.rodata)
|
||||
data/rom_2.o(.rodata)
|
||||
}=0xFF
|
||||
|
||||
/* Discard everything not specifically mentioned above. */
|
||||
|
|
|
|||
5
src/data.c
Normal file
5
src/data.c
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
#include "global.h"
|
||||
#include "constants/species.h"
|
||||
|
||||
// 6a3700
|
||||
#include "data/species.h"
|
||||
2889
src/data/species.h
Normal file
2889
src/data/species.h
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user