diff options
author | entrpntr <entrpntr@gmail.com> | 2020-04-06 14:28:33 -0400 |
---|---|---|
committer | entrpntr <entrpntr@gmail.com> | 2020-04-06 14:48:14 -0400 |
commit | 07a5cc60d0c3e37699ad5e45366cb9b093d6b7e7 (patch) | |
tree | d24dd2f6ac9f79f3247415d136b290a17766df3a /gfx | |
parent | d46fcef6bc2c8054f873d238e020d43b6f1774f2 (diff) |
Add unnamed.py and update for rgbds v0.4.x before continuing.
Diffstat (limited to 'gfx')
-rw-r--r-- | gfx/pics_gold.asm | 2 | ||||
-rw-r--r-- | gfx/pics_silver.asm | 2 | ||||
-rw-r--r-- | gfx/tileset_palette_maps.asm | 4 |
3 files changed, 3 insertions, 5 deletions
diff --git a/gfx/pics_gold.asm b/gfx/pics_gold.asm index 2a4b93c2..2fe86495 100644 --- a/gfx/pics_gold.asm +++ b/gfx/pics_gold.asm @@ -2,7 +2,7 @@ INCLUDE "constants.asm" ; PokemonPicPointers and UnownPicPointers are assumed to start at the same -; address, but in different banks. This is enforced in pokecrystal.link. +; address, but in different banks. This is enforced in pokegold.link. SECTION "Pic Pointers", ROMX diff --git a/gfx/pics_silver.asm b/gfx/pics_silver.asm index c6d29f6c..8635699b 100644 --- a/gfx/pics_silver.asm +++ b/gfx/pics_silver.asm @@ -2,7 +2,7 @@ INCLUDE "constants.asm" ; PokemonPicPointers and UnownPicPointers are assumed to start at the same -; address, but in different banks. This is enforced in pokecrystal.link. +; address, but in different banks. This is enforced in pokesilver.link. SECTION "Pic Pointers", ROMX diff --git a/gfx/tileset_palette_maps.asm b/gfx/tileset_palette_maps.asm index e814fbae..0398f29f 100644 --- a/gfx/tileset_palette_maps.asm +++ b/gfx/tileset_palette_maps.asm @@ -1,6 +1,4 @@ INCLUDE "gfx/tilesets/palette_maps.asm" Unknown85d7: - rept 26 ; NUM_MAP_GROUPS - db PAL_BG_ROOF - endr + ds 26, PAL_BG_ROOF |