mirror of
https://github.com/pret/pokeheartgold.git
synced 2024-11-26 22:50:22 +00:00
rename unk_02007FD8 -> pokepic
This commit is contained in:
parent
add371a1e3
commit
4aa485cd89
@ -19,7 +19,7 @@
|
||||
#include "filesystem.h"
|
||||
#include "unk_02023694.h"
|
||||
#include "sys_task_api.h"
|
||||
#include "unk_02007FD8.h"
|
||||
#include "pokepic.h"
|
||||
#include "unk_0200CF18.h"
|
||||
#include "constants/battle.h"
|
||||
#include "constants/moves.h"
|
||||
|
@ -1,5 +1,5 @@
|
||||
#ifndef POKEHEARTGOLD_UNK_02007FD8_H
|
||||
#define POKEHEARTGOLD_UNK_02007FD8_H
|
||||
#ifndef POKEHEARTGOLD_POKEPIC_H
|
||||
#define POKEHEARTGOLD_POKEPIC_H
|
||||
|
||||
#include "filesystem_files_def.h"
|
||||
#include "pokemon_types_def.h"
|
||||
@ -225,4 +225,4 @@ void RawChardata_PlaceSpindaSpots(u8 *pRawData, u32 pid, BOOL isAnimated);
|
||||
// Reverses the -scanXXX arguments passed to nitrogfx
|
||||
void UnscanPokepic(u8 *pRawData, NarcId narcId);
|
||||
|
||||
#endif //POKEHEARTGOLD_UNK_02007FD8_H
|
||||
#endif //POKEHEARTGOLD_POKEPIC_H
|
@ -2,7 +2,7 @@
|
||||
#define POKEHEARTGOLD_UNK_02016EDC_H
|
||||
|
||||
#include "global.h"
|
||||
#include "unk_02007FD8.h"
|
||||
#include "pokepic.h"
|
||||
|
||||
struct UnkStruct_02072914_sub {
|
||||
u8 unk_0;
|
||||
|
2
main.lsf
2
main.lsf
@ -27,7 +27,7 @@ Static main
|
||||
Object src/overlay_manager.o
|
||||
Object src/filesystem.o
|
||||
Object src/gf_gfx_loader.o
|
||||
Object src/unk_02007FD8.o
|
||||
Object src/pokepic.o
|
||||
Object src/unk_02009D48.o
|
||||
Object src/unk_0200A090.o
|
||||
Object src/unk_0200ACF0.o
|
||||
|
@ -1,7 +1,7 @@
|
||||
#include "battle/battle_02261FD4.h"
|
||||
#include "battle/battle_system.h"
|
||||
#include "math_util.h"
|
||||
#include "unk_02007FD8.h"
|
||||
#include "pokepic.h"
|
||||
|
||||
static void ov12_0226203C(SysTask *task, void *_data);
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
#include "filesystem.h"
|
||||
#include "global.h"
|
||||
#include "unk_02007FD8.h"
|
||||
#include "pokepic.h"
|
||||
#include "palette.h"
|
||||
#include "poketool/pokegra/otherpoke.naix"
|
||||
#include "constants/species.h"
|
@ -27,7 +27,7 @@
|
||||
#include "unk_02013FDC.h"
|
||||
#include "unk_02026E84.h"
|
||||
#include "unk_0206D494.h"
|
||||
#include "unk_02007FD8.h"
|
||||
#include "pokepic.h"
|
||||
#include "constants/map_sections.h"
|
||||
#include "data/mmodel/mmodel.naix"
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
#include "global.h"
|
||||
#include "unk_02013FDC.h"
|
||||
#include "unk_02007FD8.h"
|
||||
#include "pokepic.h"
|
||||
#include "constants/species.h"
|
||||
#include "constants/pokemon.h"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user