Separate crt0, rom_header, and rom_header_gf

This commit is contained in:
GriffinR
2022-06-21 20:10:07 -04:00
parent 0ef7307040
commit 2eb1c9664e
9 changed files with 253 additions and 150 deletions
+2
View File
@@ -20,6 +20,8 @@ enum
POKEBALL_COUNT
};
extern const struct CompressedSpriteSheet gBallSpriteSheets[POKEBALL_COUNT];
extern const struct CompressedSpritePalette gBallSpritePalettes[POKEBALL_COUNT];
extern const struct SpriteTemplate gBallSpriteTemplates[];
#define POKEBALL_PLAYER_SENDOUT 0xFF