diff options
| author | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-07-17 13:44:28 -0400 |
|---|---|---|
| committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-07-17 13:47:33 -0400 |
| commit | 3c1cdbc4d00e27484bdaa77890c2a4ca9cee7884 (patch) | |
| tree | 26df5e2e78812193f6945896021476a0f6dbdf7e /constants | |
| parent | 30ecbf6ea3a6cd2afc9191b2b7c49ca70e7e3777 (diff) | |
Identify remaining tilemap IDs
Diffstat (limited to 'constants')
| -rw-r--r-- | constants/gfx_constants.asm | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/constants/gfx_constants.asm b/constants/gfx_constants.asm index 6446a51f..d6d162c7 100644 --- a/constants/gfx_constants.asm +++ b/constants/gfx_constants.asm @@ -29,3 +29,14 @@ TRANSFERBOTTOM EQU 2 ; hRedrawRowOrColumnMode REDRAW_COL EQU 1 REDRAW_ROW EQU 2 + +; tile list ids + const_def + const TILEMAP_MON_PIC + const TILEMAP_SLIDE_DOWN_MON_PIC_7X5 + const TILEMAP_SLIDE_DOWN_MON_PIC_7X3 + const TILEMAP_GENGAR_INTRO_1 + const TILEMAP_GENGAR_INTRO_2 + const TILEMAP_GENGAR_INTRO_3 + const TILEMAP_GAME_BOY + const TILEMAP_LINK_CABLE |
