split off pokemon_storage_system_4
This commit is contained in:
@@ -421,4 +421,17 @@ u8 GetBoxWallpaper(u8 boxId);
|
|||||||
bool8 IsCursorOnBox(void);
|
bool8 IsCursorOnBox(void);
|
||||||
bool8 IsCursorInBox(void);
|
bool8 IsCursorInBox(void);
|
||||||
|
|
||||||
|
void sub_808FFAC(void);
|
||||||
|
struct Sprite * CreateMonIconSprite(u16 species, u32 pid, s16 x, s16 y, u8 priority, u8 subpriority);
|
||||||
|
void CreatePartyMonsSprites(bool8 species);
|
||||||
|
void sub_80909F4(void);
|
||||||
|
bool8 sub_8090A60(void);
|
||||||
|
void sub_8090B98(s16 yDelta);
|
||||||
|
void DestroyAllPartyMonIcons(void);
|
||||||
|
void sub_8091114(void);
|
||||||
|
bool8 sub_8091150(void);
|
||||||
|
void sub_80913DC(u8 box);
|
||||||
|
bool8 sub_809140C(void);
|
||||||
|
void sub_80920FC(bool8 species);
|
||||||
|
|
||||||
#endif //GUARD_POKEMON_STORAGE_SYSTEM_INTERNAL_H
|
#endif //GUARD_POKEMON_STORAGE_SYSTEM_INTERNAL_H
|
||||||
|
|||||||
@@ -131,6 +131,8 @@ SECTIONS {
|
|||||||
src/pokemon_storage_system.o(.text);
|
src/pokemon_storage_system.o(.text);
|
||||||
src/pokemon_storage_system_2.o(.text);
|
src/pokemon_storage_system_2.o(.text);
|
||||||
src/pokemon_storage_system_3.o(.text);
|
src/pokemon_storage_system_3.o(.text);
|
||||||
|
src/pokemon_storage_system_4.o(.text);
|
||||||
|
src/pokemon_storage_system_5.o(.text);
|
||||||
asm/pokemon_storage_system.o(.text);
|
asm/pokemon_storage_system.o(.text);
|
||||||
src/pokemon_icon.o(.text);
|
src/pokemon_icon.o(.text);
|
||||||
src/script_movement.o(.text);
|
src/script_movement.o(.text);
|
||||||
@@ -453,6 +455,8 @@ SECTIONS {
|
|||||||
src/trainer_card.o(.rodata);
|
src/trainer_card.o(.rodata);
|
||||||
src/pokemon_storage_system_2.o(.rodata);
|
src/pokemon_storage_system_2.o(.rodata);
|
||||||
src/pokemon_storage_system_3.o(.rodata);
|
src/pokemon_storage_system_3.o(.rodata);
|
||||||
|
src/pokemon_storage_system_4.o(.rodata);
|
||||||
|
src/pokemon_storage_system_5.o(.rodata);
|
||||||
data/pokemon_storage_system.o(.rodata);
|
data/pokemon_storage_system.o(.rodata);
|
||||||
src/pokemon_icon.o(.rodata);
|
src/pokemon_icon.o(.rodata);
|
||||||
src/fldeff_cut.o(.rodata);
|
src/fldeff_cut.o(.rodata);
|
||||||
|
|||||||
+1
-1498
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,3 @@
|
|||||||
|
#include "global.h"
|
||||||
|
#include "gflib.h"
|
||||||
|
#include "pokemon_storage_system_internal.h"
|
||||||
Reference in New Issue
Block a user