Updated Omnidirectional Jump (markdown)

ghoulslash 2021-04-02 10:03:40 -06:00
parent 44ffca8eb8
commit 5a25cc4de9
1 changed files with 2 additions and 0 deletions

@ -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!