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/Route12SuperRodHouse.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/Route12SuperRodHouse.asm')
| -rw-r--r-- | maps/Route12SuperRodHouse.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/maps/Route12SuperRodHouse.asm b/maps/Route12SuperRodHouse.asm index 063aece9a..33df4505a 100644 --- a/maps/Route12SuperRodHouse.asm +++ b/maps/Route12SuperRodHouse.asm @@ -9,7 +9,7 @@ Route12SuperRodHouse_MapScriptHeader: ; 0x7f482 FishingGuruScript_0x7f484: ; 0x7f484 faceplayer loadfont - checkbit1 $0019 + checkbit1 EVENT_GOT_SUPER_ROD iftrue UnknownScript_0x7f4a0 2writetext UnknownText_0x7f4af yesorno @@ -18,7 +18,7 @@ FishingGuruScript_0x7f484: ; 0x7f484 keeptextopen verbosegiveitem SUPER_ROD, 1 iffalse UnknownScript_0x7f4aa - setbit1 $0019 + setbit1 EVENT_GOT_SUPER_ROD UnknownScript_0x7f4a0: ; 0x7f4a0 2writetext UnknownText_0x7f57c closetext |
