You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
Fix macro changemap
Syntax is now `changemap MapBlockDataBank, MapBlockDataPointer`
This commit is contained in:
@@ -765,7 +765,8 @@ earthquake: macro
|
|||||||
enum changemap_command
|
enum changemap_command
|
||||||
changemap: macro
|
changemap: macro
|
||||||
db changemap_command
|
db changemap_command
|
||||||
dw \1 ; map_data_pointer
|
db \1 ; map_bank
|
||||||
|
dw \2 ; map_data_pointer
|
||||||
endm
|
endm
|
||||||
|
|
||||||
enum changeblock_command
|
enum changeblock_command
|
||||||
|
Reference in New Issue
Block a user