pokecrystal-board/constants/cgb_constants.asm

37 lines
860 B
NASM
Raw Normal View History

; GetSGBLayout arguments (see engine/cgb_layouts.asm and engine/sgb_layouts.asm)
2015-11-16 13:01:45 -08:00
const_def
2015-12-28 07:57:04 -08:00
const SCGB_BATTLE_GRAYSCALE
const SCGB_BATTLE_COLORS
const SCGB_POKEGEAR_PALS
2015-12-22 19:19:33 -08:00
const SCGB_STATS_SCREEN_HP_PALS
2016-01-09 17:51:14 -08:00
const SCGB_POKEDEX
2015-12-28 07:57:04 -08:00
const SCGB_SLOT_MACHINE
2015-11-16 13:01:45 -08:00
const SCGB_06
const SCGB_07
2016-06-06 15:23:00 -07:00
const SCGB_DIPLOMA
const SCGB_MAPPALS
2016-06-06 15:23:00 -07:00
const SCGB_PARTY_MENU
const SCGB_EVOLUTION
2015-11-16 13:01:45 -08:00
const SCGB_0C
const SCGB_0D
2016-06-06 15:23:00 -07:00
const SCGB_MOVE_LIST
2015-11-16 13:01:45 -08:00
const SCGB_0F
2016-01-09 19:56:37 -08:00
const SCGB_POKEDEX_SEARCH_OPTION
2015-11-16 13:01:45 -08:00
const SCGB_11
2016-01-09 13:28:22 -08:00
const SCGB_POKEPIC
2015-11-16 13:01:45 -08:00
const SCGB_13
const SCGB_PACKPALS
2015-12-28 07:57:04 -08:00
const SCGB_TRAINER_CARD
2016-01-09 19:56:37 -08:00
const SCGB_POKEDEX_UNOWN_MODE
2016-06-06 15:23:00 -07:00
const SCGB_BILLS_PC
const SCGB_UNOWN_PUZZLE
const SCGB_GAMEFREAK_LOGO
const SCGB_PLAYER_OR_MON_FRONTPIC_PALS
const SCGB_TRADE_TUBE
const SCGB_TRAINER_OR_MON_FRONTPIC_PALS
2016-06-06 15:23:00 -07:00
const SCGB_MYSTERY_GIFT
2015-11-16 13:01:45 -08:00
const SCGB_1E
2015-11-20 12:15:32 -08:00
2015-12-22 19:19:33 -08:00
SCGB_PARTY_MENU_HP_PALS EQU -4
2015-11-20 12:15:32 -08:00
SCGB_RAM EQU -1