diff options
author | jiangzhengwenjz <jiangzhengwenjzw@qq.com> | 2019-07-07 01:44:46 +0800 |
---|---|---|
committer | jiangzhengwenjz <jiangzhengwenjzw@qq.com> | 2019-07-07 01:46:06 +0800 |
commit | 20a9d8f3ef6a0b5be2be245fdc7632b6613b4450 (patch) | |
tree | b79d1147a497f87da33c0ff5051d88cee8e0fe4b | |
parent | 01b375ab9afc5f2646b84c0ddc81601d4fd83146 (diff) |
renamed some graphics
-rw-r--r-- | data/graphics.s | 6 | ||||
-rw-r--r-- | graphics/interface/dex_caught_pokeball.pal (renamed from graphics/interface/menu1.pal) | 0 | ||||
-rw-r--r-- | graphics/interface/dex_caught_pokeball_and_pokemon_types.png (renamed from graphics/interface/menu.png) | bin | 1803 -> 1803 bytes | |||
-rw-r--r-- | graphics/interface/pokemon_types.pal (renamed from graphics/interface/menu2.pal) | 0 |
4 files changed, 3 insertions, 3 deletions
diff --git a/data/graphics.s b/data/graphics.s index a8018aaf3..83d14001d 100644 --- a/data/graphics.s +++ b/data/graphics.s @@ -16030,13 +16030,13 @@ gFile_graphics_mail_retro_map_tilemap:: @ 8E95C88 .align 2 gFireRedMenuElements1_Pal:: @ 8E95D9C - .incbin "graphics/interface/menu1.gbapal" + .incbin "graphics/interface/dex_caught_pokeball.gbapal" gFireRedMenuElements2_Pal:: @ 8E95DBC - .incbin "graphics/interface/menu2.gbapal" + .incbin "graphics/interface/pokemon_types.gbapal" gFireRedMenuElements_Gfx:: @ 8E95DDC - .incbin "graphics/interface/menu.4bpp" + .incbin "graphics/interface/dex_caught_pokeball_and_pokemon_types.4bpp" gUnknown_8E97DDC:: @ 8E97DDC .incbin "baserom.gba", 0xE97DDC, 0x20 @UNKNOWN diff --git a/graphics/interface/menu1.pal b/graphics/interface/dex_caught_pokeball.pal index ab57da621..ab57da621 100644 --- a/graphics/interface/menu1.pal +++ b/graphics/interface/dex_caught_pokeball.pal diff --git a/graphics/interface/menu.png b/graphics/interface/dex_caught_pokeball_and_pokemon_types.png Binary files differindex 4a9e67954..4a9e67954 100644 --- a/graphics/interface/menu.png +++ b/graphics/interface/dex_caught_pokeball_and_pokemon_types.png diff --git a/graphics/interface/menu2.pal b/graphics/interface/pokemon_types.pal index 16a03be2c..16a03be2c 100644 --- a/graphics/interface/menu2.pal +++ b/graphics/interface/pokemon_types.pal |