diff options
Diffstat (limited to 'maps/WiseTriosRoom.asm')
-rw-r--r-- | maps/WiseTriosRoom.asm | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/maps/WiseTriosRoom.asm b/maps/WiseTriosRoom.asm index f99817aac..9c2a2278f 100644 --- a/maps/WiseTriosRoom.asm +++ b/maps/WiseTriosRoom.asm @@ -23,26 +23,26 @@ UnknownScript_0x98573: ; 0x98573 ; 0x98574 UnknownScript_0x98574: ; 0x98574 - checkbit1 EVENT_FOUGHT_SUICUNE + checkevent EVENT_FOUGHT_SUICUNE iftrue UnknownScript_0x98593 - checkbit1 EVENT_KOJI_ALLOWS_YOU_PASSAGE_TO_TIN_TOWER + checkevent EVENT_KOJI_ALLOWS_YOU_PASSAGE_TO_TIN_TOWER iftrue UnknownScript_0x9858c checkitem CLEAR_BELL iftrue UnknownScript_0x9858c - clearbit1 $07ab - setbit1 $07ac + clearevent $07ab + setevent $07ac return ; 0x9858c UnknownScript_0x9858c: ; 0x9858c - setbit1 $07ab - clearbit1 $07ac + setevent $07ab + clearevent $07ac return ; 0x98593 UnknownScript_0x98593: ; 0x98593 - setbit1 $07ab - setbit1 $07ac + setevent $07ab + setevent $07ac return ; 0x9859a @@ -152,7 +152,7 @@ TrainerSageKoji: ; 0x985ec ; 0x985f8 SageKojiScript: ; 0x985f8 - checkbit1 EVENT_KOJI_ALLOWS_YOU_PASSAGE_TO_TIN_TOWER + checkevent EVENT_KOJI_ALLOWS_YOU_PASSAGE_TO_TIN_TOWER iftrue UnknownScript_0x9861b pause 10 showemote $0, $7, 20 @@ -164,7 +164,7 @@ SageKojiScript: ; 0x985f8 loadmovesprites applymovement $7, MovementData_0x98628 spriteface $7, $1 - setbit1 EVENT_KOJI_ALLOWS_YOU_PASSAGE_TO_TIN_TOWER + setevent EVENT_KOJI_ALLOWS_YOU_PASSAGE_TO_TIN_TOWER dotrigger $1 end ; 0x9861b |