mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-24 23:18:36 -05:00
Some checks failed
build / build (push) Has been cancelled
* 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"
12 lines
340 B
C
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
|