You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
grep -rl warp_def . | xargs sed -i s/warp_def/warp_event/g
This commit is contained in:
@@ -15,7 +15,7 @@ callback: MACRO
|
||||
dbw \1, \2
|
||||
ENDM
|
||||
|
||||
warp_def: MACRO
|
||||
warp_event: MACRO
|
||||
;\1: x: left to right, starts at 0
|
||||
;\2: y: top to bottom, starts at 0
|
||||
;\3: warp destination: starts at 1
|
||||
|
Reference in New Issue
Block a user