diff options
| author | yenatch <yenatch@gmail.com> | 2013-09-05 05:17:39 -0400 |
|---|---|---|
| committer | yenatch <yenatch@gmail.com> | 2013-09-05 05:19:35 -0400 |
| commit | 1323008f6f9b8d7004de8bf16ffd028cdd2d67f3 (patch) | |
| tree | 4c8f0315189541850d3c4746921e2bd717c7de90 /maps/RuinsofAlphResearchCenter.asm | |
| parent | 9b6b5a530cbcdf49dcf368c2e7d2d00d55268814 (diff) | |
first round of event flag constants in map events
this is a little over half.. 610 to go
Diffstat (limited to 'maps/RuinsofAlphResearchCenter.asm')
| -rw-r--r-- | maps/RuinsofAlphResearchCenter.asm | 4 |
1 files changed, 2 insertions, 2 deletions
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 |
