rename unk_02007FD8 -> pokepic

This commit is contained in:
PikalaxALT 2024-05-09 21:45:18 -04:00
parent add371a1e3
commit 4aa485cd89
8 changed files with 10 additions and 10 deletions

View File

@ -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"

View File

@ -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

View File

@ -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;

View File

@ -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

View File

@ -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);

View File

@ -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"

View File

@ -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"

View File

@ -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"