diff options
| author | UnavailableDev <69792062+UnavailableDev@users.noreply.github.com> | 2023-04-03 11:39:08 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-04-03 11:39:08 +0200 |
| commit | 68862666219c07ee62c9e59dd6866c1c7b26cc00 (patch) | |
| tree | b0224b1516a362c27903efd4797f9bdf1a7eabc6 /src/static/foreground/slime_jumpable.h | |
| parent | cc23564547b736125fe7e7869de277ea4d4455ab (diff) | |
| parent | f761624a95de538bb2be8f9449ed0edb8ae067ad (diff) | |
Merge pull request #49 from UnavailableDev/dev
Game stuff
Diffstat (limited to 'src/static/foreground/slime_jumpable.h')
| -rw-r--r-- | src/static/foreground/slime_jumpable.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/static/foreground/slime_jumpable.h b/src/static/foreground/slime_jumpable.h new file mode 100644 index 0000000..1112591 --- /dev/null +++ b/src/static/foreground/slime_jumpable.h @@ -0,0 +1,4 @@ +#define HH_TM_SLIME_JUMPABLE_ANI_WALK_OFFSET HH_TM_SLIME_JUMPABLE_OFFSET +#define HH_TM_SLIME_JUMPABLE_ANI_WALK_SIZE 4 +#define HH_TM_SLIME_JUMPABLE_ANI_JUMP_OFFSET HH_TM_SLIME_JUMPABLE_OFFSET + HH_TM_SLIME_JUMPABLE_ANI_WALK_SIZE +#define HH_TM_SLIME_JUMPABLE_ANI_JUMP_SIZE 4 |