mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-03-21 17:55:13 -05:00
28 lines
620 B
C
28 lines
620 B
C
#ifndef POKEPLATINUM_CONSTANTS_SCRCMD_H
|
|
#define POKEPLATINUM_CONSTANTS_SCRCMD_H
|
|
|
|
#include "generated/accessories.h"
|
|
#include "generated/backdrops.h"
|
|
|
|
#define BERRY_WATERING_START 0
|
|
#define BERRY_WATERING_END 1
|
|
|
|
#define MENU_YES 0
|
|
#define MENU_NO 1
|
|
#define MENU_CANCEL -2
|
|
|
|
#define LOCALID_PLAYER 0xFF
|
|
|
|
#define LIST_MENU_ENTRY_NO_ALT_TEXT 0xff
|
|
|
|
#define LIST_MENU_BUILDER_HEADER 0xfa
|
|
|
|
#define NO_EXIT_ON_B FALSE
|
|
|
|
#define NUM_MASSAGE_GIRL_ACCESSORIES (ACCESSORY_GLITTER_POWDER - ACCESSORY_PRETTY_DEWDROP + 1)
|
|
|
|
#define SAFARI_GAME_ACTIVE 0
|
|
#define SAFARI_GAME_INACTIVE 1
|
|
|
|
#endif // POKEPLATINUM_CONSTANTS_SCRCMD_H
|