diff options
| author | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2017-05-04 00:37:07 +0000 |
|---|---|---|
| committer | YamaArashi <YamaArashi@users.noreply.github.com> | 2017-05-03 17:37:07 -0700 |
| commit | 7f03ba4951c5045274dab3f2a3de8e8d498b8df3 (patch) | |
| tree | eea2b7a29e0eccff7057d6f4cb5eef42f5cd124c /graphics | |
| parent | f2eb51932811b66b083ab0c6a7663d846f274888 (diff) | |
decompile a little more of player_pc.c and dump half of battle_anim data incbins (#254)
* matching sub_813A280 and sub_813A4B4
* move data to item_use.c
* slightly less ugly NewGameInitPCItems
* more less ugly NewGameInitPCItems - Game Freak doesn't know how to use structs
* decompile HandleQuantityRolling and sub_813A6FC
* partially label and comment battle_anim.c
* decompile sub_813A794 and sub_813A83C
* minor comments on battle_anim.c
* decompile up to GF shenanigans #14390
* up to GF shenanigans #38571
* dump half of battle_anim_80CA710.s incbins
* dump most incbins from battle_anim_812C144.s
* obj_rot_scal fixes
* subsprite
* i cant even identify byte arrays
Diffstat (limited to 'graphics')
| -rw-r--r-- | graphics/unknown/unknown_3DA4B0.pal | 19 | ||||
| -rw-r--r-- | graphics/unknown/unknown_4026BC.pal | 19 |
2 files changed, 38 insertions, 0 deletions
diff --git a/graphics/unknown/unknown_3DA4B0.pal b/graphics/unknown/unknown_3DA4B0.pal new file mode 100644 index 000000000..5e8dc6abe --- /dev/null +++ b/graphics/unknown/unknown_3DA4B0.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +106 148 139 +148 148 255 +189 197 255 +222 222 255 +238 238 255 +238 246 255 +255 255 255 +238 246 255 +255 255 255 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +205 213 255 +205 205 255 +230 230 255 diff --git a/graphics/unknown/unknown_4026BC.pal b/graphics/unknown/unknown_4026BC.pal new file mode 100644 index 000000000..1d83a2018 --- /dev/null +++ b/graphics/unknown/unknown_4026BC.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +98 0 49 +131 131 41 +156 197 32 +172 0 32 +189 0 24 +180 197 8 +156 0 8 +131 65 0 +90 0 0 +49 65 0 +32 0 8 +8 197 8 +0 0 24 +16 65 32 +32 197 32 +65 131 41 |
