more of daycare done
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#ifndef GUARD_DAYCARE
|
||||
#define GUARD_DAYCARE
|
||||
|
||||
|
||||
#define EGG_HATCH_LEVEL 5
|
||||
|
||||
#endif // GUARD_DAYCARE
|
||||
|
||||
@@ -386,4 +386,7 @@ enum
|
||||
ITEM_OLD_SEA_MAP, // 0x178
|
||||
};
|
||||
|
||||
#define NUM_TECHNICAL_MACHINES 50
|
||||
#define NUM_HIDDEN_MACHINES 8
|
||||
|
||||
#endif // GUARD_ITEMS_H
|
||||
|
||||
@@ -652,6 +652,7 @@ void sub_806A12C(u16 trainerSpriteId, u8 bankIdentity);
|
||||
u8 GetSecretBaseTrainerPicIndex(void);
|
||||
bool8 TryIncrementMonLevel(struct Pokemon *mon);
|
||||
void BoxMonToMon(struct BoxPokemon *srcMon, struct Pokemon *dstMon);
|
||||
u8 GetLevelUpMovesBySpecies(u16 species, u16 *moves);
|
||||
|
||||
#include "sprite.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user