diff options
author | ghoulslash <41651341+ghoulslash@users.noreply.github.com> | 2021-04-02 10:03:40 -0600 |
---|---|---|
committer | ghoulslash <41651341+ghoulslash@users.noreply.github.com> | 2021-04-02 10:03:40 -0600 |
commit | 5a25cc4de95992a4d8e3d624835a4f080f6fe065 (patch) | |
tree | adbb8cecff351366b28ed9592eae8d4149223c09 | |
parent | 44ffca8eb856e5ce9cfc6b9bf36417ec4657d6ae (diff) |
Updated Omnidirectional Jump (markdown)
-rw-r--r-- | Omnidirectional-Jump.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Omnidirectional-Jump.md b/Omnidirectional-Jump.md index 880e743..73743a3 100644 --- a/Omnidirectional-Jump.md +++ b/Omnidirectional-Jump.md @@ -59,3 +59,5 @@ Then, open [include/metatile_behavior.h](../blob/master/include/metatile_behavio +bool8 MetatileBehavior_IsOmnidirectionalJump(u8 metatileBehavior); ``` +### Step 4 - Assign your behavior +Give one of your tiles the behavior `MB_OMNIDIRECTIONAL_JUMP` in porymap, and jump for joy! |