pushing so I can merge

This commit is contained in:
golem galvanize 2018-12-06 23:14:33 -05:00
parent ba3247d5cd
commit 18124740a4
5 changed files with 1618 additions and 3236 deletions

File diff suppressed because it is too large Load Diff

View File

@ -12,7 +12,8 @@ enum
AILMENT_SLP,
AILMENT_FRZ,
AILMENT_BRN,
AILMENT_FNT = 7
AILMENT_PKRS,
AILMENT_FNT
};
enum
@ -35,12 +36,12 @@ struct Struct203CEC8 {
s8 unkA;
u8 unkB;
u8 unkD;
u8 unkE;
s16 unkE;
};
extern struct Struct203CEC8 gUnknown_0203CEC8;
extern const u16 gUnknown_0861500C[];
extern const u16 gUnknown_0861500C[]; // tutor table
bool8 pokemon_has_move(struct Pokemon *, u16);
void sub_81B58A8(void);

View File

@ -11,5 +11,6 @@ void sub_8018438(void);
u16 mevent_081445C0(u8);
void sub_801B990(u32, u32);
u8 sub_8013F78(void);
bool32 sub_802C908(u16);
#endif //GUARD_rom_8011DC0_H

View File

@ -370,6 +370,12 @@ extern const u8 gText_ThreeDashes[];
extern const u8 gText_PkmnHPRestoredByVar2[];
extern const u8 gText_CantBeUsedOnPkmn[];
extern const u8 gText_CancelParticipation[];
extern const u8 gText_PkmnWasGivenItem[];
extern const u8 gText_RecievedItemFromPkmn[];
extern const u8 gText_SwitchPkmnItem[];
extern const u8 gText_SwitchedPkmnItem[];
extern const u8 gText_BagFullCouldNotRemoveItem[];
extern const u8 gText_PkmnCantParticipate[];
//pokedex text
extern const u8 gText_CryOf[];

File diff suppressed because it is too large Load Diff