diff options
| author | pikalaxalt <PikalaxALT@gmail.com> | 2016-05-27 09:22:38 -0400 |
|---|---|---|
| committer | pikalaxalt <PikalaxALT@gmail.com> | 2016-05-27 09:22:38 -0400 |
| commit | 40f0dba6c17116c61ce4935663bf1a79485edee9 (patch) | |
| tree | c8733808405e255d5744a9d012ae6c27c128df48 /constants | |
| parent | Name Yellow-specific event flags in Pallet and Vermilion (diff) | |
| download | pokeyellow-40f0dba6c17116c61ce4935663bf1a79485edee9.tar.gz pokeyellow-40f0dba6c17116c61ce4935663bf1a79485edee9.tar.xz pokeyellow-40f0dba6c17116c61ce4935663bf1a79485edee9.zip | |
Route 24 scripts
Diffstat (limited to 'constants')
| -rw-r--r-- | constants/event_constants.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/constants/event_constants.asm b/constants/event_constants.asm index 491f8664..b0c67e4b 100644 --- a/constants/event_constants.asm +++ b/constants/event_constants.asm @@ -5,7 +5,7 @@ const_value = 0 const EVENT_002 ; 002, (D747, bit 2) const EVENT_HALL_OF_FAME_DEX_RATING ; 003, (D747, bit 3) const EVENT_004 ; 004, (D747, bit 4) - const EVENT_PLAYER_AT_RIGHT_EXIT_TO_PALLET_TOWN ; 005, (D747, bit 5) + const EVENT_PLAYER_AT_RIGHT_EXIT_TO_PALLET_TOWN ; 005, (D747, bit 5) const EVENT_PALLET_AFTER_GETTING_POKEBALLS ; 006, (D747, bit 6) const EVENT_007 ; 007, (D747, bit 7) const EVENT_008 ; 008, (D748, bit 0) |
