diff options
author | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2016-06-14 17:27:21 -0400 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2016-06-14 14:27:21 -0700 |
commit | f2654a380e46152f2624174e8087b6998cccb91b (patch) | |
tree | 7556ca6a85eab04f07fcb188059071c42ed2d668 /graphics/interface/gba.pal | |
parent | abf89edae8dc5cd52428144288faef077999a910 (diff) |
Dump graphics from graphics.s (#7)
* dump rom header as bytes
* dissassemble egg hatching animation image
* dissassemble gba picture for trading and its palette
* split egg images and add dissassemble trade shadow
* dump menu graphics and palette - requires precompressed files due to broken gbagfx
* fix menu graphics and include palette
* update makefile because it didnt want to include makefile in commit
* dump unused character table
* finish fixing menu concatenation
* dump open pokeball graphic
* dissassemble pokeball icons
* rename openball file
* dump rest of D019E4 as unknown bins and graphic
* dissassemble gBattleAnimPicTable
Diffstat (limited to 'graphics/interface/gba.pal')
-rwxr-xr-x | graphics/interface/gba.pal | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/graphics/interface/gba.pal b/graphics/interface/gba.pal new file mode 100755 index 000000000..64a442293 --- /dev/null +++ b/graphics/interface/gba.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +0 0 0 +255 255 255 +222 230 238 +189 205 230 +156 180 222 +131 131 139 +98 98 123 +65 74 106 +41 49 90 +230 230 230 +205 205 205 +180 180 180 +156 156 156 +213 180 106 +205 156 82 +49 255 106 |