pokeplatinum/include/constants/scrcmd.h
Nathan b24fd7abbd
Some checks failed
build / build (push) Has been cancelled
Document Berry patch management, graphics, and scripting commands (#765)
2025-09-15 12:10:17 -07:00

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