mirror of
https://github.com/luksamuk/engine-psx.git
synced 2025-04-28 13:28:02 +03:00
Remap animations
This commit is contained in:
parent
a167e50a21
commit
e14a24a8a4
9 changed files with 6 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -10,3 +10,4 @@ build/
|
||||||
/*.chd
|
/*.chd
|
||||||
*.tiled-session
|
*.tiled-session
|
||||||
/.pcsx
|
/.pcsx
|
||||||
|
temp/
|
||||||
|
|
Binary file not shown.
Binary file not shown.
BIN
assets/sprites/CHARA/SONIC.ase
Normal file
BIN
assets/sprites/CHARA/SONIC.ase
Normal file
Binary file not shown.
Binary file not shown.
File diff suppressed because one or more lines are too long
Binary file not shown.
Before Width: | Height: | Size: 19 KiB After Width: | Height: | Size: 19 KiB |
Binary file not shown.
Before Width: | Height: | Size: 22 KiB |
|
@ -86,6 +86,8 @@ names = [
|
||||||
"SPRING",
|
"SPRING",
|
||||||
"HURT",
|
"HURT",
|
||||||
"DEATH",
|
"DEATH",
|
||||||
|
"DROWN",
|
||||||
|
"GASP",
|
||||||
]
|
]
|
||||||
|
|
||||||
def get_hash(name):
|
def get_hash(name):
|
||||||
|
@ -115,6 +117,8 @@ print_hashes(names)
|
||||||
#define ANIM_SPRING 0x068e01d4
|
#define ANIM_SPRING 0x068e01d4
|
||||||
#define ANIM_HURT 0x031b0144
|
#define ANIM_HURT 0x031b0144
|
||||||
#define ANIM_DEATH 0x04200167
|
#define ANIM_DEATH 0x04200167
|
||||||
|
#define ANIM_DROWN 0x048a018b
|
||||||
|
#define ANIM_GASP 0x02d9012c
|
||||||
#+end_example
|
#+end_example
|
||||||
|
|
||||||
* Generating 8x8 tiles and their 16x16 mappings
|
* Generating 8x8 tiles and their 16x16 mappings
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue