pokeplatinum/include/constants/traps.h
scbroede a3a9b10b22
Some checks are pending
build / build (push) Waiting to run
document traps (#805)
2025-11-01 13:24:17 -07:00

40 lines
1.1 KiB
C

#ifndef POKEPLATINUM_CONSTANTS_TRAPS_H
#define POKEPLATINUM_CONSTANTS_TRAPS_H
#define TRAP_NONE 0
#define TRAP_MOVE_UP 1
#define TRAP_MOVE_RIGHT 2
#define TRAP_MOVE_DOWN 3
#define TRAP_MOVE_LEFT 4
#define TRAP_HURL_UP 5
#define TRAP_HURL_RIGHT 6
#define TRAP_HURL_DOWN 7
#define TRAP_HURL_LEFT 8
#define TRAP_WARP_DUMMY 9
#define TRAP_HI_WARP_DUMMY 10
#define TRAP_HOLE 11
#define TRAP_PIT 12
#define TRAP_REVERSE 13
#define TRAP_CONFUSE 14
#define TRAP_RUN_DUMMY 15
#define TRAP_FADE_DUMMY 16
#define TRAP_SLOW_DUMMY 17
#define TRAP_SMOKE 18
#define TRAP_BIG_SMOKE 19
#define TRAP_ROCK 20
#define TRAP_ROCKFALL 21
#define TRAP_FOAM 22
#define TRAP_BUBBLE 23
#define TRAP_ALERT_1 24
#define TRAP_ALERT_2 25
#define TRAP_ALERT_3 26
#define TRAP_ALERT_4 27
#define TRAP_LEAF 28
#define TRAP_FLOWER 29
#define TRAP_EMBER 30
#define TRAP_FIRE 31
#define TRAP_RADAR_DUMMY 32
#define TRAP_DIGGER_DRILL 33
#endif // POKEPLATINUM_CONSTANTS_TRAPS_H