diff options
author | yenatch <yenatch@gmail.com> | 2017-05-27 17:26:03 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-05-27 17:26:03 -0400 |
commit | fe13cf593a7c14480de940e413177586cc8eae2e (patch) | |
tree | 2d61979deee63bfc47cc450abb931da8f1d21b5f /include/asm.inc.h | |
parent | 06218139dc0b7e015850ac9dd5d8658023339a0c (diff) | |
parent | 21efe53b6805a0dcc5dcba7d1f78e9a7e7bd93c4 (diff) |
Merge pull request #308 from PikalaxALT/master
Field Map Objects
Diffstat (limited to 'include/asm.inc.h')
-rwxr-xr-x[-rw-r--r--] | include/asm.inc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm.inc.h b/include/asm.inc.h index 9bd8324ad..dbd3f0820 100644..100755 --- a/include/asm.inc.h +++ b/include/asm.inc.h @@ -128,6 +128,7 @@ u8 sub_80608D0(u8); u8 GetStepInPlaceDelay32AnimId(u8 a); u8 GetStepInPlaceDelay16AnimId(u8); u8 GetStepInPlaceDelay8AnimId(u8 a); +u8 GetStepInPlaceDelay4AnimId(u8 a); u8 FieldObjectFaceOppositeDirection(struct MapObject *, u8); u8 sub_80609D8(u8); u8 sub_8060A04(u8); |