decompiled up to sub_80BFCF4

This commit is contained in:
golem galvanize
2018-04-30 20:41:17 -04:00
parent 6a401b5386
commit f9331f15ef
6 changed files with 1303 additions and 4056 deletions
+19
View File
@@ -0,0 +1,19 @@
#ifndef GUARD_POKEDEX_CRY_SCREEN_H
#define GUARD_POKEDEX_CRY_SCREEN_H
struct CryRelatedStruct
{
u16 unk0;
u8 unk2;
u8 paletteNo;
u8 xPos;
u8 yPos;
};
bool8 sub_8145354(struct CryRelatedStruct*, u8);
void sub_814545C(u8);
void sub_8145534(u16);
void sub_8145914(void);
bool8 sub_8145850(struct CryRelatedStruct*, u8);
#endif