diff options
| author | Pokeglitch <pokeglitchx@gmail.com> | 2018-10-11 22:09:43 -0400 |
|---|---|---|
| committer | Pokeglitch <pokeglitchx@gmail.com> | 2018-10-11 22:09:43 -0400 |
| commit | 40ee879b68fc91880b6bdb5bf26d4dacef69a7cc (patch) | |
| tree | 651747c40fcecc02512c453cde6466880d872dac /data | |
| parent | 23bae0181bd990c535346191cff41bdddcb44493 (diff) | |
Dumping bank 3. Still need to convert a few hardcoded pointers to labels
Diffstat (limited to 'data')
| -rw-r--r-- | data/tileset_headers.asm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/data/tileset_headers.asm b/data/tileset_headers.asm index 82d3d7e..f739d1b 100644 --- a/data/tileset_headers.asm +++ b/data/tileset_headers.asm @@ -5,6 +5,7 @@ SECTION "data/tileset_headers.asm", ROMX ; else ; SECTION "Tileset Headers", ROMX[$4875], BANK[$03] ; endc +Tilesets:: Tileset_00: ; 0xc88d db $06 ; bank |
