diff options
| author | YamaArashi <shadow962@live.com> | 2015-07-20 19:41:23 -0700 |
|---|---|---|
| committer | YamaArashi <shadow962@live.com> | 2015-07-20 19:41:23 -0700 |
| commit | fd2b4b6c74e324f423cd3a5aac0428eae12b7620 (patch) | |
| tree | 3ab359d55a9327c4649bcc96e9fd42c5994fe088 /scripts/vermiliongym.asm | |
| parent | enumerate events (diff) | |
| download | pokeyellow-fd2b4b6c74e324f423cd3a5aac0428eae12b7620.tar.gz pokeyellow-fd2b4b6c74e324f423cd3a5aac0428eae12b7620.tar.xz pokeyellow-fd2b4b6c74e324f423cd3a5aac0428eae12b7620.zip | |
gym leader events
Diffstat (limited to 'scripts/vermiliongym.asm')
| -rwxr-xr-x | scripts/vermiliongym.asm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/scripts/vermiliongym.asm b/scripts/vermiliongym.asm index 31f736cd..8c400b5f 100755 --- a/scripts/vermiliongym.asm +++ b/scripts/vermiliongym.asm @@ -65,14 +65,14 @@ VermilionGymScript_5caaa: ; 5caaa (17:4aaa) ld a, $6 ld [hSpriteIndexOrTextID], a call DisplayTextID - SetEvent EVENT_167 + SetEvent EVENT_BEAT_LT_SURGE ld bc, (TM_24 << 8) | 1 call GiveItem jr nc, .BagFull ld a, $7 ld [hSpriteIndexOrTextID], a call DisplayTextID - SetEvent EVENT_166 + SetEvent EVENT_GOT_TM24 jr .asm_5cad3 .BagFull ld a, $8 @@ -131,9 +131,9 @@ VermilionGymTrainerHeader2: ; 5cb10 (17:4b10) VermilionGymText1: ; 5cb1d (17:4b1d) TX_ASM - CheckEvent EVENT_167 + CheckEvent EVENT_BEAT_LT_SURGE jr z, .asm_5cb39 - CheckEventReuseA EVENT_166 + CheckEventReuseA EVENT_GOT_TM24 jr nz, .asm_5cb31 call z, VermilionGymScript_5caaa call DisableWaitingAfterTextDisplay |
