mirror of
https://github.com/pret/pmd-sky.git
synced 2026-03-21 17:25:15 -05:00
8 lines
241 B
C
8 lines
241 B
C
#ifndef PMDSKY_DUNGEON_PARAMETERS_1_H
|
|
#define PMDSKY_DUNGEON_PARAMETERS_1_H
|
|
|
|
// The chance of the Chatot Scarf bouncing back a move, as a percentage (20%).
|
|
extern const s16 CHATOT_SCARF_BOUNCE_CHANCE;
|
|
|
|
#endif //PMDSKY_DUNGEON_PARAMETERS_1_H
|