From 90a05cf824b14861b7c1c942aebae31f9cb502ea Mon Sep 17 00:00:00 2001 From: GriffinR Date: Tue, 15 Oct 2019 05:00:08 -0400 Subject: Finish Mossdeep Gym doc, beging documenting rotating tile puzzle --- asm/macros/event.inc | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'asm/macros') 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 -- cgit v1.2.3