diff options
| author | pikalaxalt <PikalaxALT@gmail.com> | 2016-05-27 08:25:31 -0400 |
|---|---|---|
| committer | pikalaxalt <PikalaxALT@gmail.com> | 2016-05-27 08:26:16 -0400 |
| commit | e44ad103a332fc07403fbc346266a35de9914132 (patch) | |
| tree | 97a5cc133c650e9904f7a284c0bc686a1e8c0a32 /constants | |
| parent | Update Celadon scripts (diff) | |
| download | pokeyellow-e44ad103a332fc07403fbc346266a35de9914132.tar.gz pokeyellow-e44ad103a332fc07403fbc346266a35de9914132.tar.xz pokeyellow-e44ad103a332fc07403fbc346266a35de9914132.zip | |
Name Yellow-specific event flags in Pallet and Vermilion
Diffstat (limited to 'constants')
| -rw-r--r-- | constants/event_constants.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/constants/event_constants.asm b/constants/event_constants.asm index f284c967..491f8664 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_005 ; 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) @@ -327,7 +327,7 @@ const_value = 0 const EVENT_144 ; 144, (D76F, bit 4) const EVENT_145 ; 145, (D76F, bit 5) const EVENT_146 ; 146, (D76F, bit 6) - const EVENT_147 ; 147, (D76F, bit 7) + const EVENT_GOT_SQUIRTLE_FROM_OFFICER_JENNY ; 147, (D76F, bit 7) const EVENT_148 ; 148, (D770, bit 0) const EVENT_149 ; 149, (D770, bit 1) const EVENT_14A ; 14A, (D770, bit 2) |
