mirror of https://github.com/pret/pokeemerald.git
Updated Omnidirectional Jump (markdown)
parent
44ffca8eb8
commit
5a25cc4de9
|
@ -59,3 +59,5 @@ Then, open [include/metatile_behavior.h](../blob/master/include/metatile_behavio
|
||||||
+bool8 MetatileBehavior_IsOmnidirectionalJump(u8 metatileBehavior);
|
+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!
|
||||||
|
|
Loading…
Reference in New Issue