pokeplatinum/include/constants/footstep_house.h
Eduardo Quezada db41c75d26
Some checks failed
build / build (push) Has been cancelled
Ribbon Documentation + Footstep House scripts (#427)
* Footstep house types and script commands

* Generated ribbons + messages

* Get Friendship + Get/Set Ribbon map scripts

* First non egg in party

* Standarized "ribbonID" as "monDataParam" and "ribbonNum" as "ribbonID"
2025-03-15 09:16:21 -04:00

12 lines
340 B
C

#ifndef POKEPLATINUM_CONSTANTS_FOOTSTEP_HOUSE_H
#define POKEPLATINUM_CONSTANTS_FOOTSTEP_HOUSE_H
#define FOOTPRINT_TYPE_NONE 0
#define FOOTPRINT_TYPE_CUTE 1
#define FOOTPRINT_TYPE_TOUGH 2
#define FOOTPRINT_TYPE_SCARY 3
#define FOOTPRINT_TYPE_SLOW 4
#define FOOTPRINT_TYPE_SILENT 5
#endif // POKEPLATINUM_CONSTANTS_FOOTSTEP_HOUSE_H