unsigned -> unsigned int; create header

This commit is contained in:
PikalaxALT
2017-11-29 08:30:18 -05:00
parent 10068b0345
commit 921011592c
4 changed files with 50 additions and 30 deletions
+9
View File
@@ -1,6 +1,15 @@
#ifndef GUARD_PARTY_MENU_H
#define GUARD_PARTY_MENU_H
enum {
AILMENT_NONE,
AILMENT_PSN,
AILMENT_PRZ,
AILMENT_SLP,
AILMENT_FRZ,
AILMENT_BRN
};
bool8 pokemon_has_move(struct Pokemon *, u16);
void sub_81B58A8(void);
void DoWallyTutorialBagMenu(void);