From 1323008f6f9b8d7004de8bf16ffd028cdd2d67f3 Mon Sep 17 00:00:00 2001 From: yenatch Date: Thu, 5 Sep 2013 05:17:39 -0400 Subject: first round of event flag constants in map events this is a little over half.. 610 to go --- maps/RuinsofAlphResearchCenter.asm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'maps/RuinsofAlphResearchCenter.asm') diff --git a/maps/RuinsofAlphResearchCenter.asm b/maps/RuinsofAlphResearchCenter.asm index b7dca96d7..0ab3ff03d 100644 --- a/maps/RuinsofAlphResearchCenter.asm +++ b/maps/RuinsofAlphResearchCenter.asm @@ -90,7 +90,7 @@ ScientistScript_0x591e5: ; 0x591e5 if_equal 26, UnknownScript_0x5920b checkbit2 $000c iftrue UnknownScript_0x59205 - checkbit1 $002e + checkbit1 EVENT_MADE_UNOWN_APPEAR_IN_RUINS iftrue UnknownScript_0x591ff 2writetext UnknownText_0x593ed closetext @@ -125,7 +125,7 @@ ScientistScript_0x59214: ; 0x59214 loadfont checkcode $e if_equal 26, UnknownScript_0x5922e - checkbit1 $002e + checkbit1 EVENT_MADE_UNOWN_APPEAR_IN_RUINS iftrue UnknownScript_0x59228 2writetext UnknownText_0x5954f closetext -- cgit v1.2.3