Remap animations

This commit is contained in:
Lucas S. Vieira 2025-01-07 02:08:47 -03:00
parent a167e50a21
commit e14a24a8a4
9 changed files with 6 additions and 1 deletions

1
.gitignore vendored
View file

@ -10,3 +10,4 @@ build/
/*.chd
*.tiled-session
/.pcsx
temp/

Binary file not shown.

Binary file not shown.

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

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 22 KiB

View file

@ -86,6 +86,8 @@ names = [
"SPRING",
"HURT",
"DEATH",
"DROWN",
"GASP",
]
def get_hash(name):
@ -115,6 +117,8 @@ print_hashes(names)
#define ANIM_SPRING 0x068e01d4
#define ANIM_HURT 0x031b0144
#define ANIM_DEATH 0x04200167
#define ANIM_DROWN 0x048a018b
#define ANIM_GASP 0x02d9012c
#+end_example
* Generating 8x8 tiles and their 16x16 mappings