pokecrystal/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 21:01:45 +00:00
const_def
2015-12-28 15:57:04 +00:00
const SCGB_BATTLE_GRAYSCALE
const SCGB_BATTLE_COLORS
const SCGB_POKEGEAR_PALS
2015-12-23 03:19:33 +00:00
const SCGB_STATS_SCREEN_HP_PALS
2016-01-10 01:51:14 +00:00
const SCGB_POKEDEX
2015-12-28 15:57:04 +00:00
const SCGB_SLOT_MACHINE
2015-11-16 21:01:45 +00:00
const SCGB_06
const SCGB_07
2016-06-06 22:23:00 +00:00
const SCGB_DIPLOMA
const SCGB_MAPPALS
2016-06-06 22:23:00 +00:00
const SCGB_PARTY_MENU
const SCGB_EVOLUTION
2015-11-16 21:01:45 +00:00
const SCGB_0C
const SCGB_0D
2016-06-06 22:23:00 +00:00
const SCGB_MOVE_LIST
2015-11-16 21:01:45 +00:00
const SCGB_0F
2016-01-10 03:56:37 +00:00
const SCGB_POKEDEX_SEARCH_OPTION
2015-11-16 21:01:45 +00:00
const SCGB_11
2016-01-09 21:28:22 +00:00
const SCGB_POKEPIC
2015-11-16 21:01:45 +00:00
const SCGB_13
const SCGB_PACKPALS
2015-12-28 15:57:04 +00:00
const SCGB_TRAINER_CARD
2016-01-10 03:56:37 +00:00
const SCGB_POKEDEX_UNOWN_MODE
2016-06-06 22:23:00 +00: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 22:23:00 +00:00
const SCGB_MYSTERY_GIFT
2015-11-16 21:01:45 +00:00
const SCGB_1E
2015-11-20 20:15:32 +00:00
2015-12-23 03:19:33 +00:00
SCGB_PARTY_MENU_HP_PALS EQU -4
2015-11-20 20:15:32 +00:00
SCGB_RAM EQU -1