diff options
author | GriffinR <griffin.richards@comcast.net> | 2019-10-15 05:00:08 -0400 |
---|---|---|
committer | GriffinR <griffin.richards@comcast.net> | 2019-10-15 05:06:13 -0400 |
commit | 90a05cf824b14861b7c1c942aebae31f9cb502ea (patch) | |
tree | b61d6d28722b2f95c0dfc41bb0b9c4283f6f94b8 /asm/macros/event.inc | |
parent | 1b41b8b7caf56d34d31137c18055a30258787263 (diff) |
Finish Mossdeep Gym doc, beging documenting rotating tile puzzle
Diffstat (limited to 'asm/macros/event.inc')
-rw-r--r-- | asm/macros/event.inc | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/asm/macros/event.inc b/asm/macros/event.inc index 54078332c..1500a8c44 100644 --- a/asm/macros/event.inc +++ b/asm/macros/event.inc @@ -1478,21 +1478,21 @@ .endm @ In FireRed, this command is a nop. - .macro mossdeepgym3 var:req + .macro initrotatingtilepuzzle isTrickHouse:req .byte 0xd5 - .2byte \var + .2byte \isTrickHouse .endm .macro mossdeepgym4 .byte 0xd6 .endm - .macro warp7 map:req, byte:req, word1:req, word2:req + .macro warpmossdeepgym map:req, warpId:req, x:req, y:req .byte 0xd7 map \map - .byte \byte - .2byte \word1 - .2byte \word2 + .byte \warpId + .2byte \x + .2byte \y .endm .macro cmdD8 |