diff options
author | YamaArashi <shadow962@live.com> | 2015-07-21 10:36:03 -0700 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2015-07-21 10:36:03 -0700 |
commit | 73171bfff573fa8900563319c014f3e626db6b3e (patch) | |
tree | 402ca266578eb759a30f52e05b031bad93d45ee6 /scripts/pokemontower7.asm | |
parent | cbcdb2ec2a013beba4f321988e393419a8eed10e (diff) |
named most of the used events
Diffstat (limited to 'scripts/pokemontower7.asm')
-rwxr-xr-x | scripts/pokemontower7.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/pokemontower7.asm b/scripts/pokemontower7.asm index c2fe1508..3698f4ee 100755 --- a/scripts/pokemontower7.asm +++ b/scripts/pokemontower7.asm @@ -256,8 +256,8 @@ PokemonTower7FujiText: TX_ASM ld hl, TowerRescueFujiText call PrintText - SetEvent EVENT_4CF - SetEvent EVENT_117 + SetEvent EVENT_RESCUED_MR_FUJI + SetEvent EVENT_RESCUED_MR_FUJI_2 ld a, HS_LAVENDER_HOUSE_1_MR_FUJI ld [wcc4d], a predef ShowObject |