diff options
| author | ElectroDeoxys <ElectroDeoxys@gmail.com> | 2021-02-16 15:44:21 +0000 |
|---|---|---|
| committer | ElectroDeoxys <ElectroDeoxys@gmail.com> | 2021-02-16 15:44:21 +0000 |
| commit | 220422a25c5b7463ccf50e5ae44228dd3418de57 (patch) | |
| tree | 2f0fe37ced418a0aa938961d08f69a29bfc5fb14 /src/constants | |
| parent | 590d2596a73d3256b27f1e70d34f52e6d89b36de (diff) | |
Label SGB map palettes
Diffstat (limited to 'src/constants')
| -rw-r--r-- | src/constants/map_constants.asm | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/constants/map_constants.asm b/src/constants/map_constants.asm index d8637d6..74ec7d7 100644 --- a/src/constants/map_constants.asm +++ b/src/constants/map_constants.asm @@ -50,3 +50,16 @@ MAP_SCRIPT_LOAD_MAP EQU $08 MAP_SCRIPT_AFTER_DUEL EQU $0a MAP_SCRIPT_MOVED_PLAYER EQU $0c MAP_SCRIPT_CLOSE_TEXTBOX EQU $0e + +; map palettes for use in SGB mode + const_def 1 + const MAP_SGB_PALETTE_1 ; $1 + const MAP_SGB_PALETTE_2 ; $2 + const MAP_SGB_PALETTE_3 ; $3 + const MAP_SGB_PALETTE_4 ; $4 + const MAP_SGB_PALETTE_5 ; $5 + const MAP_SGB_PALETTE_6 ; $6 + const MAP_SGB_PALETTE_7 ; $7 + const MAP_SGB_PALETTE_8 ; $8 + const MAP_SGB_PALETTE_9 ; $9 + const MAP_SGB_PALETTE_10 ; $a |
