mirror of https://github.com/pret/pokecrystal.git
Fix macro changemap
Syntax is now `changemap MapBlockDataBank, MapBlockDataPointer`
This commit is contained in:
parent
739bac75b7
commit
f3b407e04e
|
@ -765,7 +765,8 @@ earthquake: macro
|
|||
enum changemap_command
|
||||
changemap: macro
|
||||
db changemap_command
|
||||
dw \1 ; map_data_pointer
|
||||
db \1 ; map_bank
|
||||
dw \2 ; map_data_pointer
|
||||
endm
|
||||
|
||||
enum changeblock_command
|
||||
|
|
Loading…
Reference in New Issue