mirror of
https://github.com/pret/pokegold-spaceworld.git
synced 2026-03-21 17:45:52 -05:00
* Began decompiling Bank $33 * Decompiled battle anim functions * Decompiled battle anim OAM and AnimObjGFX, split up and labelled battle animation graphics, other minor changes * Deleted useless files I forgot to delete * Decompiled framesets * Decompiled battle anim objects * Partially started decompiling animations * Finished decompiling and labelling bank 32 in its entirety * Replaced gfx.c with latest version * Labelled all sound effects, properly constantified * Fixed up bg_effects.asm, other minor LYOverrides-related changes
2228 lines
36 KiB
NASM
2228 lines
36 KiB
NASM
INCLUDE "constants.asm"
|
|
|
|
SECTION "audio/sfx.asm", ROMX
|
|
|
|
Sfx_BallWobble:
|
|
channel_count 1
|
|
channel 5, Sfx_BallWobble_Ch5
|
|
|
|
Sfx_Potion:
|
|
channel_count 1
|
|
channel 5, Sfx_Potion_Ch5
|
|
|
|
Sfx_FullHeal:
|
|
channel_count 1
|
|
channel 5, Sfx_FullHeal_Ch5
|
|
|
|
Sfx_Menu:
|
|
channel_count 1
|
|
channel 8, Sfx_Menu_Ch8
|
|
|
|
Sfx_ReadText:
|
|
channel_count 1
|
|
channel 5, Sfx_ReadText_Ch5
|
|
|
|
Sfx_Poison:
|
|
channel_count 1
|
|
channel 5, Sfx_Poison_Ch5
|
|
|
|
Sfx_TradeMachine:
|
|
channel_count 1
|
|
channel 5, Sfx_TradeMachine_Ch5
|
|
|
|
Sfx_BootPC:
|
|
channel_count 1
|
|
channel 5, Sfx_BootPC_Ch5
|
|
|
|
Sfx_ShutDownPC:
|
|
channel_count 1
|
|
channel 5, Sfx_ShutDownPC_Ch5
|
|
|
|
Sfx_ChoosePCOption:
|
|
channel_count 1
|
|
channel 5, Sfx_ChoosePCOption_Ch5
|
|
|
|
Sfx_EscapeRope:
|
|
channel_count 1
|
|
channel 5, Sfx_EscapeRope_Ch5
|
|
|
|
Sfx_PressSwitch:
|
|
channel_count 1
|
|
channel 5, Sfx_PressSwitch_Ch5
|
|
|
|
Sfx_HealingMachine:
|
|
channel_count 1
|
|
channel 5, Sfx_HealingMachine_Ch5
|
|
|
|
Sfx_WarpTo:
|
|
channel_count 1
|
|
channel 5, Sfx_WarpTo_Ch5
|
|
|
|
Sfx_TeleportEnter1:
|
|
channel_count 1
|
|
channel 5, Sfx_TeleportEnter1_Ch5
|
|
|
|
Sfx_TeleportExit2:
|
|
channel_count 1
|
|
channel 5, Sfx_TeleportExit2_Ch5
|
|
|
|
Sfx_JumpOverLedge:
|
|
channel_count 1
|
|
channel 5, Sfx_JumpOverLedge_Ch5
|
|
|
|
Sfx_TeleportEnter2:
|
|
channel_count 1
|
|
channel 8, Sfx_TeleportEnter2_Ch8
|
|
|
|
Sfx_Fly:
|
|
channel_count 1
|
|
channel 8, Sfx_Fly_Ch8
|
|
|
|
Sfx_Wrong:
|
|
channel_count 2
|
|
channel 5, Sfx_Wrong_Ch5
|
|
channel 6, Sfx_Wrong_Ch6
|
|
|
|
Sfx_ArrowTiles:
|
|
channel_count 1
|
|
channel 5, Sfx_ArrowTiles_Ch5
|
|
|
|
Sfx_Strength:
|
|
channel_count 1
|
|
channel 8, Sfx_Strength_Ch8
|
|
|
|
Sfx_Megaphone:
|
|
channel_count 2
|
|
channel 5, Sfx_Megaphone_Ch5
|
|
channel 6, Sfx_Megaphone_Ch6
|
|
|
|
Sfx_WithdrawDeposit:
|
|
channel_count 1
|
|
channel 5, Sfx_WithdrawDeposit_Ch5
|
|
|
|
Sfx_CutRG:
|
|
channel_count 1
|
|
channel 8, Sfx_CutRG_Ch8
|
|
|
|
Sfx_GoInside:
|
|
channel_count 1
|
|
channel 8, Sfx_GoInside_Ch8
|
|
|
|
Sfx_SwitchPokemon:
|
|
channel_count 2
|
|
channel 5, Sfx_SwitchPokemon_Ch5
|
|
channel 6, Sfx_SwitchPokemon_Ch6
|
|
|
|
Sfx_BellyDrum:
|
|
channel_count 2
|
|
channel 5, Sfx_BellyDrum_Ch5
|
|
channel 6, Sfx_BellyDrum_Ch6
|
|
|
|
Sfx_Purchase:
|
|
channel_count 2
|
|
channel 5, Sfx_Purchase_Ch5
|
|
channel 6, Sfx_Purchase_Ch6
|
|
|
|
Sfx_Collision:
|
|
channel_count 1
|
|
channel 5, Sfx_Collision_Ch5
|
|
|
|
Sfx_GoOutside:
|
|
channel_count 1
|
|
channel 8, Sfx_GoOutside_Ch8
|
|
|
|
Sfx_Save:
|
|
channel_count 2
|
|
channel 5, Sfx_Save_Ch5
|
|
channel 6, Sfx_Save_Ch6
|
|
|
|
Sfx_Pokeflute:
|
|
channel_count 1
|
|
channel 7, Sfx_Pokeflute_Ch7
|
|
|
|
Sfx_SafariZonePA:
|
|
channel_count 1
|
|
channel 5, Sfx_SafariZonePA_Ch5
|
|
|
|
Sfx_ThrowBall:
|
|
channel_count 2
|
|
channel 5, Sfx_ThrowBall_Ch5
|
|
channel 6, Sfx_ThrowBall_Ch6
|
|
|
|
Sfx_BallPoof:
|
|
channel_count 2
|
|
channel 5, Sfx_BallPoof_Ch5
|
|
channel 8, Sfx_BallPoof_Ch8
|
|
|
|
Sfx_Faint:
|
|
channel_count 2
|
|
channel 5, Sfx_Faint_Ch5
|
|
channel 8, Sfx_Faint_Ch8
|
|
|
|
Sfx_Run:
|
|
channel_count 1
|
|
channel 8, Sfx_Run_Ch8
|
|
|
|
Sfx_PokedexRegistration:
|
|
channel_count 2
|
|
channel 5, Sfx_PokedexRegistration_Ch5
|
|
channel 6, Sfx_PokedexRegistration_Ch6
|
|
|
|
Sfx_IntroLungeRG:
|
|
channel_count 1
|
|
channel 8, Sfx_IntroLungeRG_Ch8
|
|
|
|
Sfx_Unknown29:
|
|
channel_count 1
|
|
channel 8, Sfx_Unknown29_Ch8
|
|
|
|
Sfx_Unknown2a:
|
|
channel_count 1
|
|
channel 8, Sfx_Unknown2a_Ch8
|
|
|
|
Sfx_IntroRaiseRG:
|
|
channel_count 1
|
|
channel 8, Sfx_IntroRaiseRG_Ch8
|
|
|
|
Sfx_IntroCrashRG:
|
|
channel_count 1
|
|
channel 8, Sfx_IntroCrashRG_Ch8
|
|
|
|
Sfx_TitleEntrance:
|
|
channel_count 1
|
|
channel 8, Sfx_TitleEntrance_Ch8
|
|
|
|
Sfx_SlotsStopWheel:
|
|
channel_count 1
|
|
channel 5, Sfx_SlotsStopWheel_Ch5
|
|
|
|
Sfx_SlotsReward:
|
|
channel_count 1
|
|
channel 5, Sfx_SlotsReward_Ch5
|
|
|
|
Sfx_PayDay:
|
|
channel_count 2
|
|
channel 5, Sfx_PayDay_Ch5
|
|
channel 6, Sfx_PayDay_Ch6
|
|
|
|
Sfx_GameFreakLogoRG:
|
|
channel_count 1
|
|
channel 5, Sfx_GameFreakLogoRG_Ch5
|
|
|
|
Sfx_Peck:
|
|
channel_count 1
|
|
channel 8, Sfx_Peck_Ch8
|
|
|
|
Sfx_Kinesis:
|
|
channel_count 1
|
|
channel 5, Sfx_Kinesis_Ch5
|
|
|
|
Sfx_Lick:
|
|
channel_count 1
|
|
channel 5, Sfx_Lick_Ch5
|
|
|
|
Sfx_Pound:
|
|
channel_count 1
|
|
channel 8, Sfx_Pound_Ch8
|
|
|
|
Sfx_Thrash:
|
|
channel_count 1
|
|
channel 8, Sfx_Thrash_Ch8
|
|
|
|
Sfx_CometPunch:
|
|
channel_count 1
|
|
channel 8, Sfx_CometPunch_Ch8
|
|
|
|
Sfx_MegaPunch:
|
|
channel_count 1
|
|
channel 8, Sfx_MegaPunch_Ch8
|
|
|
|
Sfx_Scratch:
|
|
channel_count 1
|
|
channel 8, Sfx_Scratch_Ch8
|
|
|
|
Sfx_ViceGrip:
|
|
channel_count 1
|
|
channel 8, Sfx_ViceGrip_Ch8
|
|
|
|
Sfx_RazorWind:
|
|
channel_count 1
|
|
channel 8, Sfx_RazorWind_Ch8
|
|
|
|
Sfx_Cut:
|
|
channel_count 1
|
|
channel 8, Sfx_Cut_Ch8
|
|
|
|
Sfx_WingAttack:
|
|
channel_count 1
|
|
channel 8, Sfx_WingAttack_Ch8
|
|
|
|
Sfx_Whirlwind:
|
|
channel_count 1
|
|
channel 8, Sfx_Whirlwind_Ch8
|
|
|
|
Sfx_Bind:
|
|
channel_count 1
|
|
channel 8, Sfx_Bind_Ch8
|
|
|
|
Sfx_VineWhip:
|
|
channel_count 1
|
|
channel 8, Sfx_VineWhip_Ch8
|
|
|
|
Sfx_DoubleKick:
|
|
channel_count 1
|
|
channel 8, Sfx_DoubleKick_Ch8
|
|
|
|
Sfx_MegaKick:
|
|
channel_count 1
|
|
channel 8, Sfx_MegaKick_Ch8
|
|
|
|
Sfx_Headbutt:
|
|
channel_count 1
|
|
channel 8, Sfx_Headbutt_Ch8
|
|
|
|
Sfx_HornAttack:
|
|
channel_count 1
|
|
channel 8, Sfx_HornAttack_Ch8
|
|
|
|
Sfx_Tackle:
|
|
channel_count 1
|
|
channel 8, Sfx_Tackle_Ch8
|
|
|
|
Sfx_PoisonSting:
|
|
channel_count 1
|
|
channel 8, Sfx_PoisonSting_Ch8
|
|
|
|
Sfx_Powder:
|
|
channel_count 1
|
|
channel 8, Sfx_Powder_Ch8
|
|
|
|
Sfx_Doubleslap:
|
|
channel_count 1
|
|
channel 8, Sfx_Doubleslap_Ch8
|
|
|
|
Sfx_Bite:
|
|
channel_count 2
|
|
channel 5, Sfx_Bite_Ch5
|
|
channel 8, Sfx_Bite_Ch8
|
|
|
|
Sfx_JumpKick:
|
|
channel_count 1
|
|
channel 8, Sfx_JumpKick_Ch8
|
|
|
|
Sfx_Stomp:
|
|
channel_count 1
|
|
channel 8, Sfx_Stomp_Ch8
|
|
|
|
Sfx_TailWhip:
|
|
channel_count 1
|
|
channel 8, Sfx_TailWhip_Ch8
|
|
|
|
Sfx_KarateChop:
|
|
channel_count 1
|
|
channel 8, Sfx_KarateChop_Ch8
|
|
|
|
Sfx_Submission:
|
|
channel_count 1
|
|
channel 8, Sfx_Submission_Ch8
|
|
|
|
Sfx_WaterGun:
|
|
channel_count 2
|
|
channel 5, Sfx_WaterGun_Ch5
|
|
channel 8, Sfx_WaterGun_Ch8
|
|
|
|
Sfx_SwordsDance:
|
|
channel_count 1
|
|
channel 8, Sfx_SwordsDance_Ch8
|
|
|
|
Sfx_Thunder:
|
|
channel_count 1
|
|
channel 8, Sfx_Thunder_Ch8
|
|
|
|
Sfx_Supersonic:
|
|
channel_count 3
|
|
channel 5, Sfx_Supersonic_Ch5
|
|
channel 6, Sfx_Supersonic_Ch6
|
|
channel 8, Sfx_Supersonic_Ch8
|
|
|
|
Sfx_Leer:
|
|
channel_count 3
|
|
channel 5, Sfx_Leer_Ch5
|
|
channel 6, Sfx_Leer_Ch6
|
|
channel 8, Sfx_Leer_Ch8
|
|
|
|
Sfx_Ember:
|
|
channel_count 2
|
|
channel 5, Sfx_Ember_Ch5
|
|
channel 8, Sfx_Ember_Ch8
|
|
|
|
Sfx_Bubblebeam:
|
|
channel_count 3
|
|
channel 5, Sfx_Bubblebeam_Ch5
|
|
channel 6, Sfx_Bubblebeam_Ch6
|
|
channel 8, Sfx_Bubblebeam_Ch8
|
|
|
|
Sfx_HydroPump:
|
|
channel_count 2
|
|
channel 5, Sfx_HydroPump_Ch5
|
|
channel 8, Sfx_HydroPump_Ch8
|
|
|
|
Sfx_Surf:
|
|
channel_count 3
|
|
channel 5, Sfx_Surf_Ch5
|
|
channel 6, Sfx_Surf_Ch6
|
|
channel 8, Sfx_Surf_Ch8
|
|
|
|
Sfx_Psybeam:
|
|
channel_count 3
|
|
channel 5, Sfx_Psybeam_Ch5
|
|
channel 6, Sfx_Psybeam_Ch6
|
|
channel 8, Sfx_Psybeam_Ch8
|
|
|
|
Sfx_Charge:
|
|
channel_count 3
|
|
channel 5, Sfx_Charge_Ch5
|
|
channel 6, Sfx_Charge_Ch6
|
|
channel 8, Sfx_Charge_Ch8
|
|
|
|
Sfx_Thundershock:
|
|
channel_count 3
|
|
channel 5, Sfx_Thundershock_Ch5
|
|
channel 6, Sfx_Thundershock_Ch6
|
|
channel 8, Sfx_Thundershock_Ch8
|
|
|
|
Sfx_Psychic:
|
|
channel_count 3
|
|
channel 5, Sfx_Psychic_Ch5
|
|
channel 6, Sfx_Psychic_Ch6
|
|
channel 8, Sfx_Psychic_Ch8
|
|
|
|
Sfx_Screech:
|
|
channel_count 2
|
|
channel 5, Sfx_Screech_Ch5
|
|
channel 6, Sfx_Screech_Ch6
|
|
|
|
Sfx_BoneClub:
|
|
channel_count 2
|
|
channel 5, Sfx_BoneClub_Ch5
|
|
channel 6, Sfx_BoneClub_Ch6
|
|
|
|
Sfx_Sharpen:
|
|
channel_count 2
|
|
channel 5, Sfx_Sharpen_Ch5
|
|
channel 6, Sfx_Sharpen_Ch6
|
|
|
|
Sfx_EggBomb:
|
|
channel_count 3
|
|
channel 5, Sfx_EggBomb_Ch5
|
|
channel 6, Sfx_EggBomb_Ch6
|
|
channel 8, Sfx_EggBomb_Ch8
|
|
|
|
Sfx_Sing:
|
|
channel_count 2
|
|
channel 5, Sfx_Sing_Ch5
|
|
channel 6, Sfx_Sing_Ch6
|
|
|
|
Sfx_HyperBeam:
|
|
channel_count 3
|
|
channel 5, Sfx_HyperBeam_Ch5
|
|
channel 6, Sfx_HyperBeam_Ch6
|
|
channel 8, Sfx_HyperBeam_Ch8
|
|
|
|
Sfx_Shine:
|
|
channel_count 1
|
|
channel 5, Sfx_Shine_Ch5
|
|
|
|
Sfx_GetItemRG:
|
|
channel_count 3
|
|
channel 5, Sfx_GetItemRG_Ch5
|
|
channel 6, Sfx_GetItemRG_Ch6
|
|
channel 8, Sfx_GetItemRG_Ch8
|
|
|
|
Sfx_UnusedFanfare1:
|
|
channel_count 3
|
|
channel 5, Sfx_UnusedFanfare1_Ch5
|
|
channel 6, Sfx_UnusedFanfare1_Ch6
|
|
channel 8, Sfx_UnusedFanfare1_Ch8
|
|
|
|
Sfx_PokedexEvaluationRG:
|
|
channel_count 3
|
|
channel 5, Sfx_PokedexEvaluationRG_Ch5
|
|
channel 6, Sfx_PokedexEvaluationRG_Ch6
|
|
channel 8, Sfx_PokedexEvaluationRG_Ch8
|
|
|
|
Sfx_LevelUpRG:
|
|
channel_count 3
|
|
channel 5, Sfx_LevelUpRG_Ch5
|
|
channel 6, Sfx_LevelUpRG_Ch6
|
|
channel 8, Sfx_LevelUpRG_Ch8
|
|
|
|
Sfx_EvolutionCompleteRG:
|
|
channel_count 3
|
|
channel 5, Sfx_EvolutionCompleteRG_Ch5
|
|
channel 6, Sfx_EvolutionCompleteRG_Ch6
|
|
channel 8, Sfx_EvolutionCompleteRG_Ch8
|
|
|
|
Sfx_GetKeyItemRG:
|
|
channel_count 3
|
|
channel 5, Sfx_GetKeyItemRG_Ch5
|
|
channel 6, Sfx_GetKeyItemRG_Ch6
|
|
channel 8, Sfx_GetKeyItemRG_Ch8
|
|
|
|
Sfx_UnusedFanfare2:
|
|
channel_count 3
|
|
channel 5, Sfx_UnusedFanfare2_Ch5
|
|
channel 6, Sfx_UnusedFanfare2_Ch6
|
|
channel 8, Sfx_UnusedFanfare2_Ch8
|
|
|
|
Sfx_CaughtPokemonRG:
|
|
channel_count 3
|
|
channel 5, Sfx_CaughtPokemonRG_Ch5
|
|
channel 6, Sfx_CaughtPokemonRG_Ch6
|
|
channel 8, Sfx_CaughtPokemonRG_Ch8
|
|
|
|
Sfx_UnusedFanfare3:
|
|
channel_count 3
|
|
channel 5, Sfx_UnusedFanfare3_Ch5
|
|
channel 6, Sfx_UnusedFanfare3_Ch6
|
|
channel 8, Sfx_UnusedFanfare3_Ch8
|
|
|
|
Sfx_Menu_Ch8:
|
|
noise_note 1, 14, 2, 51
|
|
noise_note 8, 14, 1, 34
|
|
sound_ret
|
|
|
|
Sfx_Pokeflute_Ch7:
|
|
tempo 256
|
|
volume 7, 7
|
|
toggle_sfx
|
|
vibrato 16, 1, 4
|
|
note_type 12, 1, 0
|
|
octave 5
|
|
note E_, 2
|
|
note F_, 2
|
|
note G_, 4
|
|
note A_, 2
|
|
note G_, 2
|
|
octave 6
|
|
note C_, 4
|
|
note C_, 2
|
|
note D_, 2
|
|
note C_, 2
|
|
octave 5
|
|
note G_, 2
|
|
note A_, 2
|
|
note F_, 2
|
|
note G_, 8
|
|
rest 12
|
|
sound_ret
|
|
|
|
Sfx_CutRG_Ch8:
|
|
noise_note 2, 15, 7, 36
|
|
noise_note 2, 15, 7, 52
|
|
noise_note 4, 15, 7, 68
|
|
noise_note 8, 15, 4, 85
|
|
noise_note 8, 15, 1, 68
|
|
sound_ret
|
|
|
|
Sfx_GoInside_Ch8:
|
|
noise_note 9, 15, 1, 68
|
|
noise_note 8, 13, 1, 67
|
|
sound_ret
|
|
|
|
Sfx_SwitchPokemon_Ch5:
|
|
duty_cycle 2
|
|
square_note 8, 14, 1, 1856
|
|
sound_ret
|
|
|
|
Sfx_SwitchPokemon_Ch6:
|
|
duty_cycle 2
|
|
square_note 2, 0, 8, 0
|
|
square_note 8, 11, 1, 1857
|
|
sound_ret
|
|
|
|
Sfx_BallWobble_Ch5:
|
|
duty_cycle 2
|
|
pitch_sweep 3, -2
|
|
square_note 4, 15, 2, 512
|
|
pitch_sweep 2, 2
|
|
square_note 8, 14, 2, 512
|
|
pitch_sweep 0, 8
|
|
sound_ret
|
|
|
|
Sfx_BellyDrum_Ch5:
|
|
duty_cycle 2
|
|
square_note 4, 15, 1, 1920
|
|
sound_ret
|
|
|
|
Sfx_BellyDrum_Ch6:
|
|
duty_cycle 2
|
|
square_note 1, 0, 8, 0
|
|
square_note 4, 10, 1, 1889
|
|
sound_ret
|
|
|
|
Sfx_Purchase_Ch5:
|
|
duty_cycle 2
|
|
square_note 4, 14, 1, 1792
|
|
square_note 8, 15, 2, 2016
|
|
sound_ret
|
|
|
|
Sfx_Purchase_Ch6:
|
|
duty_cycle 2
|
|
square_note 1, 0, 8, 0
|
|
square_note 4, 9, 1, 1729
|
|
square_note 8, 10, 2, 1953
|
|
sound_ret
|
|
|
|
Sfx_Collision_Ch5:
|
|
duty_cycle 2
|
|
pitch_sweep 5, -2
|
|
square_note 15, 15, 1, 768
|
|
pitch_sweep 0, 8
|
|
sound_ret
|
|
|
|
Sfx_GoOutside_Ch8:
|
|
noise_note 2, 15, 1, 84
|
|
noise_note 12, 7, 1, 35
|
|
noise_note 2, 11, 1, 84
|
|
noise_note 12, 6, 1, 35
|
|
noise_note 6, 4, 1, 84
|
|
sound_ret
|
|
|
|
Sfx_ReadText_Ch5:
|
|
duty_cycle 2
|
|
square_note 0, 9, 1, 1984
|
|
square_note 0, 8, 1, 2000
|
|
square_note 0, 9, 1, 1984
|
|
square_note 12, 10, 1, 2000
|
|
sound_ret
|
|
|
|
Sfx_Save_Ch5:
|
|
duty_cycle 2
|
|
square_note 2, 15, 4, 1792
|
|
square_note 2, 14, 4, 1536
|
|
square_note 2, 14, 4, 1664
|
|
square_note 2, 14, 4, 1728
|
|
square_note 2, 14, 4, 1792
|
|
square_note 2, 14, 4, 1984
|
|
square_note 15, 15, 2, 2016
|
|
sound_ret
|
|
|
|
Sfx_Save_Ch6:
|
|
duty_cycle 2
|
|
square_note 2, 0, 8, 0
|
|
square_note 2, 13, 4, 1793
|
|
square_note 2, 12, 4, 1537
|
|
square_note 2, 12, 4, 1665
|
|
square_note 2, 12, 4, 1729
|
|
square_note 2, 12, 4, 1793
|
|
square_note 2, 12, 4, 1985
|
|
square_note 15, 13, 2, 2017
|
|
sound_ret
|
|
|
|
Sfx_Potion_Ch5:
|
|
duty_cycle 2
|
|
pitch_sweep 1, 7
|
|
square_note 15, 15, 0, 1264
|
|
square_note 15, 15, 2, 1616
|
|
pitch_sweep 0, 8
|
|
sound_ret
|
|
|
|
Sfx_Poison_Ch5:
|
|
.loop
|
|
duty_cycle 0
|
|
pitch_sweep 1, 4
|
|
square_note 4, 15, 2, 1536
|
|
sound_loop 4, .loop
|
|
square_note 15, 15, 3, 1536
|
|
pitch_sweep 0, 8
|
|
sound_ret
|
|
|
|
Sfx_FullHeal_Ch5:
|
|
duty_cycle 2
|
|
pitch_sweep 1, 4
|
|
square_note 4, 15, 2, 1536
|
|
square_note 4, 15, 2, 1536
|
|
pitch_sweep 1, 7
|
|
square_note 15, 15, 2, 1536
|
|
pitch_sweep 0, 8
|
|
sound_ret
|
|
|
|
Sfx_TradeMachine_Ch5:
|
|
duty_cycle 2
|
|
pitch_sweep 1, 5
|
|
square_note 15, 15, 0, 1264
|
|
square_note 15, 15, 2, 1616
|
|
pitch_sweep 0, 8
|
|
sound_ret
|
|
|
|
Sfx_BootPC_Ch5:
|
|
duty_cycle 2
|
|
square_note 15, 15, 2, 1984
|
|
square_note 15, 0, 0, 0
|
|
square_note 3, 10, 1, 1920
|
|
square_note 3, 10, 1, 1792
|
|
square_note 3, 10, 1, 1856
|
|
square_note 3, 10, 1, 1792
|
|
square_note 3, 10, 1, 1920
|
|
square_note 3, 10, 1, 1792
|
|
square_note 3, 10, 1, 1984
|
|
square_note 8, 10, 1, 1792
|
|
sound_ret
|
|
|
|
Sfx_ShutDownPC_Ch5:
|
|
duty_cycle 2
|
|
square_note 4, 15, 0, 1536
|
|
square_note 4, 15, 0, 1024
|
|
square_note 4, 15, 0, 512
|
|
square_note 1, 0, 0, 0
|
|
sound_ret
|
|
|
|
Sfx_ChoosePCOption_Ch5:
|
|
duty_cycle 2
|
|
square_note 6, 15, 0, 1792
|
|
square_note 4, 0, 0, 0
|
|
square_note 6, 15, 0, 1792
|
|
square_note 1, 0, 0, 0
|
|
sound_ret
|
|
|
|
Sfx_EscapeRope_Ch5:
|
|
duty_cycle 1
|
|
pitch_sweep 1, 7
|
|
square_note 15, 13, 7, 1536
|
|
square_note 15, 11, 7, 1408
|
|
square_note 15, 8, 7, 1280
|
|
square_note 15, 4, 7, 1152
|
|
square_note 15, 1, 7, 1024
|
|
pitch_sweep 0, 8
|
|
sound_ret
|
|
|
|
Sfx_PressSwitch_Ch5:
|
|
duty_cycle 2
|
|
square_note 4, 0, 0, 0
|
|
square_note 2, 15, 1, 1664
|
|
square_note 1, 0, 0, 0
|
|
square_note 4, 15, 1, 1920
|
|
square_note 4, 0, 0, 0
|
|
sound_ret
|
|
|
|
Sfx_HealingMachine_Ch5:
|
|
duty_cycle 2
|
|
pitch_sweep 2, -4
|
|
square_note 4, 15, 2, 1280
|
|
pitch_sweep 2, 2
|
|
square_note 2, 15, 1, 1280
|
|
pitch_sweep 0, 8
|
|
square_note 1, 0, 0, 0
|
|
sound_ret
|
|
|
|
Sfx_WarpTo_Ch5:
|
|
duty_cycle 1
|
|
pitch_sweep 1, 7
|
|
square_note 15, 13, 7, 1280
|
|
square_note 15, 11, 7, 1408
|
|
square_note 15, 8, 7, 1536
|
|
square_note 15, 4, 7, 1664
|
|
square_note 15, 1, 7, 1792
|
|
pitch_sweep 0, 8
|
|
sound_ret
|
|
|
|
Sfx_TeleportEnter1_Ch5:
|
|
duty_cycle 1
|
|
pitch_sweep 1, 7
|
|
square_note 15, 13, 7, 1792
|
|
square_note 15, 11, 7, 1664
|
|
square_note 15, 8, 7, 1536
|
|
square_note 15, 4, 7, 1408
|
|
square_note 15, 1, 7, 1280
|
|
pitch_sweep 0, 8
|
|
sound_ret
|
|
|
|
Sfx_TeleportExit2_Ch5:
|
|
duty_cycle 1
|
|
pitch_sweep 1, 6
|
|
square_note 15, 13, 2, 1280
|
|
pitch_sweep 0, 8
|
|
sound_ret
|
|
|
|
Sfx_JumpOverLedge_Ch5:
|
|
duty_cycle 2
|
|
pitch_sweep 9, 5
|
|
square_note 15, 15, 2, 1024
|
|
pitch_sweep 0, 8
|
|
sound_ret
|
|
|
|
Sfx_TeleportEnter2_Ch8:
|
|
noise_note 2, 15, 1, 50
|
|
noise_note 2, 0, 0, 0
|
|
noise_note 2, 15, 1, 34
|
|
noise_note 1, 0, 0, 0
|
|
sound_ret
|
|
|
|
Sfx_Fly_Ch8:
|
|
noise_note 2, 15, 1, 18
|
|
noise_note 2, 0, 0, 0
|
|
noise_note 2, 10, 1, 18
|
|
noise_note 2, 0, 0, 0
|
|
noise_note 2, 13, 1, 18
|
|
noise_note 2, 0, 0, 0
|
|
noise_note 2, 8, 1, 18
|
|
noise_note 2, 0, 0, 0
|
|
noise_note 2, 11, 1, 18
|
|
noise_note 2, 0, 0, 0
|
|
noise_note 2, 6, 1, 18
|
|
noise_note 2, 0, 0, 0
|
|
noise_note 2, 9, 1, 18
|
|
noise_note 2, 0, 0, 0
|
|
noise_note 2, 4, 1, 18
|
|
noise_note 2, 0, 0, 0
|
|
sound_ret
|
|
|
|
Sfx_Wrong_Ch5:
|
|
duty_cycle 3
|
|
pitch_sweep 5, -2
|
|
square_note 4, 15, 0, 1280
|
|
pitch_sweep 0, 8
|
|
square_note 4, 0, 0, 0
|
|
square_note 15, 15, 0, 1280
|
|
square_note 1, 0, 0, 0
|
|
sound_ret
|
|
|
|
Sfx_Wrong_Ch6:
|
|
duty_cycle 3
|
|
square_note 4, 15, 0, 1025
|
|
square_note 4, 0, 0, 0
|
|
square_note 15, 15, 0, 1025
|
|
square_note 1, 0, 0, 0
|
|
sound_ret
|
|
|
|
Sfx_ArrowTiles_Ch5:
|
|
duty_cycle 0
|
|
pitch_sweep 1, 7
|
|
square_note 15, 13, 2, 1792
|
|
pitch_sweep 0, 8
|
|
sound_ret
|
|
|
|
Sfx_Strength_Ch8:
|
|
noise_note 4, 10, 2, 35
|
|
noise_note 8, 15, 1, 52
|
|
noise_note 15, 0, 0, 0
|
|
noise_note 2, 15, 7, 36
|
|
noise_note 2, 15, 7, 52
|
|
noise_note 4, 15, 7, 68
|
|
noise_note 8, 15, 4, 85
|
|
noise_note 8, 15, 1, 68
|
|
sound_ret
|
|
|
|
Sfx_Megaphone_Ch5:
|
|
duty_cycle 2
|
|
square_note 15, 15, 0, 1280
|
|
square_note 4, 0, 0, 0
|
|
square_note 15, 15, 0, 1280
|
|
square_note 15, 15, 0, 1280
|
|
square_note 15, 15, 0, 1280
|
|
square_note 15, 15, 0, 1280
|
|
square_note 15, 15, 2, 1280
|
|
sound_ret
|
|
|
|
Sfx_Megaphone_Ch6:
|
|
duty_cycle 3
|
|
square_note 15, 15, 0, 1154
|
|
square_note 4, 0, 0, 0
|
|
square_note 15, 15, 0, 1154
|
|
square_note 15, 15, 0, 1154
|
|
square_note 15, 15, 0, 1154
|
|
square_note 15, 15, 0, 1154
|
|
square_note 15, 15, 2, 1154
|
|
sound_ret
|
|
|
|
Sfx_WithdrawDeposit_Ch5:
|
|
duty_cycle 1
|
|
pitch_sweep 3, -2
|
|
square_note 4, 15, 2, 1280
|
|
pitch_sweep 2, 2
|
|
square_note 4, 14, 2, 1280
|
|
pitch_sweep 3, -2
|
|
square_note 4, 15, 2, 1792
|
|
pitch_sweep 2, 2
|
|
square_note 15, 14, 2, 1792
|
|
pitch_sweep 0, 8
|
|
sound_ret
|
|
|
|
Sfx_SafariZonePA_Ch5:
|
|
duty_cycle 2
|
|
square_note 15, 15, 3, 1840
|
|
square_note 8, 6, 5, 1840
|
|
square_note 15, 15, 4, 1792
|
|
square_note 15, 7, 4, 1792
|
|
square_note 15, 4, 4, 1792
|
|
square_note 15, 2, 4, 1792
|
|
sound_ret
|
|
|
|
Sfx_ThrowBall_Ch5:
|
|
duty_cycle 2
|
|
pitch_sweep 2, -7
|
|
square_note 15, 15, 2, 1920
|
|
sound_ret
|
|
|
|
Sfx_ThrowBall_Ch6:
|
|
duty_cycle 2
|
|
square_note 15, 12, 2, 1922
|
|
sound_ret
|
|
|
|
Sfx_Shine_Ch5:
|
|
duty_cycle 0
|
|
square_note 0, 13, 2, 1792
|
|
square_note 0, 13, 2, 1856
|
|
square_note 0, 13, 2, 1920
|
|
square_note 0, 13, 2, 1984
|
|
square_note 10, 14, 1, 2016
|
|
square_note 1, 0, 0, 0
|
|
sound_ret
|
|
|
|
Sfx_BallPoof_Ch5:
|
|
duty_cycle 2
|
|
pitch_sweep 1, 6
|
|
square_note 15, 15, 2, 1024
|
|
pitch_sweep 0, 8
|
|
sound_ret
|
|
|
|
Sfx_BallPoof_Ch8:
|
|
noise_note 15, 10, 2, 34
|
|
sound_ret
|
|
|
|
Sfx_Faint_Ch5:
|
|
square_note 15, 13, 1, 512
|
|
pitch_sweep 0, 8
|
|
sound_ret
|
|
|
|
Sfx_Faint_Ch8:
|
|
noise_note 4, 15, 5, 51
|
|
noise_note 8, 15, 4, 34
|
|
noise_note 15, 15, 2, 33
|
|
sound_ret
|
|
|
|
Sfx_Run_Ch8:
|
|
noise_note 2, 6, 1, 35
|
|
noise_note 2, 10, 1, 51
|
|
noise_note 2, 12, 1, 51
|
|
noise_note 2, 5, 1, 17
|
|
noise_note 2, 15, 1, 51
|
|
noise_note 2, 4, 1, 17
|
|
noise_note 2, 12, 1, 51
|
|
noise_note 2, 3, 1, 17
|
|
noise_note 2, 8, 1, 51
|
|
noise_note 2, 3, 1, 17
|
|
noise_note 8, 4, 1, 51
|
|
sound_ret
|
|
|
|
Sfx_PokedexRegistration_Ch5:
|
|
duty_cycle 2
|
|
pitch_sweep 4, 4
|
|
square_note 15, 15, 0, 1264
|
|
pitch_sweep 1, 7
|
|
square_note 15, 15, 2, 1616
|
|
pitch_sweep 0, 8
|
|
sound_ret
|
|
|
|
Sfx_PokedexRegistration_Ch6:
|
|
duty_cycle 2
|
|
square_note 15, 9, 2, 1536
|
|
square_note 15, 9, 2, 1922
|
|
sound_ret
|
|
|
|
Sfx_Peck_Ch8:
|
|
noise_note 2, 10, 1, 18
|
|
sound_ret
|
|
|
|
Sfx_Kinesis_Ch5:
|
|
duty_cycle 1
|
|
pitch_sweep 10, -7
|
|
square_note 15, 15, 2, 1920
|
|
pitch_sweep 0, 8
|
|
sound_ret
|
|
|
|
Sfx_Lick_Ch5:
|
|
duty_cycle 1
|
|
pitch_sweep 9, 7
|
|
square_note 15, 15, 2, 1280
|
|
pitch_sweep 0, 8
|
|
sound_ret
|
|
|
|
Sfx_Pound_Ch8:
|
|
noise_note 2, 10, 1, 34
|
|
sound_ret
|
|
|
|
Sfx_Thrash_Ch8:
|
|
noise_note 8, 15, 1, 84
|
|
sound_ret
|
|
|
|
Sfx_CometPunch_Ch8:
|
|
noise_note 15, 8, -7, 17
|
|
noise_note 4, 15, -7, 18
|
|
noise_note 10, 15, 1, 85
|
|
sound_ret
|
|
|
|
Sfx_MegaPunch_Ch8:
|
|
noise_note 15, 8, -7, 52
|
|
noise_note 8, 15, 2, 53
|
|
noise_note 10, 15, 1, 85
|
|
sound_ret
|
|
|
|
Sfx_Scratch_Ch8:
|
|
noise_note 15, 9, -7, 35
|
|
noise_note 8, 15, 1, 33
|
|
sound_ret
|
|
|
|
Sfx_ViceGrip_Ch8:
|
|
noise_note 2, 14, 1, 75
|
|
noise_note 10, 15, 1, 68
|
|
noise_note 2, 14, 1, 58
|
|
noise_note 6, 15, 1, 52
|
|
sound_ret
|
|
|
|
Sfx_RazorWind_Ch8:
|
|
noise_note 2, 15, 4, 68
|
|
noise_note 2, 15, 4, 20
|
|
noise_note 15, 15, 1, 50
|
|
sound_ret
|
|
|
|
Sfx_Cut_Ch8:
|
|
noise_note 4, 8, -7, 85
|
|
noise_note 2, 15, 4, 68
|
|
noise_note 8, 15, 4, 34
|
|
noise_note 15, 15, 2, 33
|
|
sound_ret
|
|
|
|
Sfx_WingAttack_Ch8:
|
|
.loop
|
|
noise_note 8, 4, -7, 35
|
|
noise_note 4, 12, 4, 34
|
|
noise_note 6, 15, 2, 35
|
|
sound_loop 4, .loop
|
|
sound_ret
|
|
|
|
Sfx_Whirlwind_Ch8:
|
|
noise_note 8, 4, -7, 51
|
|
noise_note 4, 12, 4, 34
|
|
noise_note 6, 15, 2, 35
|
|
noise_note 15, 15, 2, 34
|
|
sound_ret
|
|
|
|
Sfx_Bind_Ch8:
|
|
noise_note 8, 15, -7, 50
|
|
noise_note 8, 15, 4, 67
|
|
noise_note 8, 15, 2, 84
|
|
noise_note 8, 15, 1, 101
|
|
sound_ret
|
|
|
|
Sfx_VineWhip_Ch8:
|
|
noise_note 1, 12, 2, 51
|
|
noise_note 2, 15, 2, 33
|
|
noise_note 1, 14, 2, 51
|
|
noise_note 1, 12, 2, 50
|
|
noise_note 1, 9, 2, 18
|
|
noise_note 1, 11, 2, 49
|
|
noise_note 12, 9, 1, 16
|
|
noise_note 8, 15, 2, 65
|
|
sound_ret
|
|
|
|
Sfx_DoubleKick_Ch8:
|
|
noise_note 1, 9, 4, 35
|
|
noise_note 1, 11, 4, 34
|
|
noise_note 8, 15, 1, 68
|
|
sound_ret
|
|
|
|
Sfx_MegaKick_Ch8:
|
|
noise_note 2, 9, 4, 51
|
|
noise_note 4, 11, 4, 34
|
|
noise_note 4, 15, 1, 68
|
|
noise_note 8, 15, 1, 85
|
|
sound_ret
|
|
|
|
Sfx_Headbutt_Ch8:
|
|
noise_note 4, 15, -7, 85
|
|
noise_note 8, 15, 1, 101
|
|
sound_ret
|
|
|
|
Sfx_HornAttack_Ch8:
|
|
noise_note 2, 8, 4, 67
|
|
noise_note 2, 12, 4, 34
|
|
noise_note 8, 15, 2, 52
|
|
sound_ret
|
|
|
|
Sfx_Tackle_Ch8:
|
|
noise_note 4, 15, 1, 52
|
|
noise_note 15, 15, 2, 100
|
|
sound_ret
|
|
|
|
Sfx_PoisonSting_Ch8:
|
|
noise_note 2, 15, 1, 34
|
|
noise_note 15, 15, 2, 18
|
|
sound_ret
|
|
|
|
Sfx_Powder_Ch8:
|
|
noise_note 2, 12, 2, 1
|
|
noise_note 15, 15, 4, 1
|
|
noise_note 15, 15, 2, 1
|
|
sound_ret
|
|
|
|
Sfx_Doubleslap_Ch8:
|
|
noise_note 8, 15, 1, 50
|
|
noise_note 8, 15, 1, 51
|
|
sound_ret
|
|
|
|
Sfx_Bite_Ch5:
|
|
duty_cycle 0
|
|
pitch_sweep 3, -2
|
|
square_note 4, 15, 2, 512
|
|
pitch_sweep 2, 2
|
|
square_note 8, 14, 2, 512
|
|
pitch_sweep 0, 8
|
|
sound_ret
|
|
|
|
Sfx_Bite_Ch8:
|
|
noise_note 0, 13, 1, 66
|
|
noise_note 4, 10, 1, 50
|
|
noise_note 0, 13, 1, 34
|
|
noise_note 6, 10, 1, 50
|
|
sound_ret
|
|
|
|
Sfx_JumpKick_Ch8:
|
|
noise_note 3, 9, 2, 49
|
|
noise_note 3, 11, 2, 50
|
|
noise_note 3, 12, 2, 51
|
|
noise_note 8, 15, 1, 84
|
|
sound_ret
|
|
|
|
Sfx_Stomp_Ch8:
|
|
noise_note 12, 15, 1, 84
|
|
noise_note 8, 15, 1, 100
|
|
sound_ret
|
|
|
|
Sfx_TailWhip_Ch8:
|
|
noise_note 2, 15, 1, 51
|
|
noise_note 2, 12, 1, 50
|
|
noise_note 2, 10, 1, 49
|
|
noise_note 15, 8, 2, 50
|
|
noise_note 8, 15, 1, 52
|
|
sound_ret
|
|
|
|
Sfx_KarateChop_Ch8:
|
|
noise_note 2, 13, 2, 50
|
|
noise_note 15, 15, 2, 67
|
|
sound_ret
|
|
|
|
Sfx_Submission_Ch8:
|
|
noise_note 2, 15, 2, 67
|
|
noise_note 4, 11, 5, 50
|
|
noise_note 9, 8, 6, 49
|
|
noise_note 7, 6, 4, 0
|
|
noise_note 15, 15, 2, 85
|
|
sound_ret
|
|
|
|
Sfx_WaterGun_Ch5:
|
|
duty_cycle 1
|
|
pitch_sweep 9, 7
|
|
square_note 15, 15, 2, 1792
|
|
pitch_sweep 0, 8
|
|
sound_ret
|
|
|
|
Sfx_WaterGun_Ch8:
|
|
noise_note 15, 3, -7, 34
|
|
noise_note 15, 15, 2, 33
|
|
sound_ret
|
|
|
|
Sfx_SwordsDance_Ch8:
|
|
noise_note 15, 4, -7, 65
|
|
noise_note 8, 8, -7, 65
|
|
noise_note 8, 12, -7, 65
|
|
noise_note 8, 15, 2, 66
|
|
noise_note 15, 15, 2, 65
|
|
sound_ret
|
|
|
|
Sfx_Thunder_Ch8:
|
|
noise_note 10, 15, -7, 80
|
|
noise_note 15, 15, -7, 81
|
|
noise_note 8, 15, 2, 81
|
|
noise_note 6, 15, -7, 82
|
|
noise_note 6, 15, -7, 83
|
|
noise_note 8, 15, -7, 84
|
|
noise_note 15, 15, 2, 84
|
|
sound_ret
|
|
|
|
Sfx_Supersonic_Ch5:
|
|
duty_cycle 2
|
|
square_note 15, 3, -7, 1984
|
|
.loop
|
|
square_note 15, 13, -7, 1984
|
|
sound_loop 4, .loop
|
|
square_note 15, 13, 1, 1984
|
|
sound_ret
|
|
|
|
Sfx_Supersonic_Ch6:
|
|
duty_cycle_pattern 2, 3, 0, 3
|
|
square_note 15, 2, -7, 1992
|
|
.loop
|
|
square_note 15, 12, -7, 1991
|
|
sound_loop 4, .loop
|
|
square_note 15, 12, 1, 1992
|
|
sound_ret
|
|
|
|
Sfx_Supersonic_Ch8:
|
|
.loop
|
|
noise_note 3, 9, 7, 18
|
|
noise_note 3, 10, 1, 17
|
|
sound_loop 10, .loop
|
|
sound_ret
|
|
|
|
Sfx_Leer_Ch5:
|
|
.loop
|
|
duty_cycle 0
|
|
square_note 0, 15, 1, 1984
|
|
square_note 0, 15, 1, 1792
|
|
sound_loop 12, .loop
|
|
sound_ret
|
|
|
|
Sfx_Leer_Ch6:
|
|
.loop
|
|
duty_cycle_pattern 2, 3, 0, 3
|
|
square_note 0, 14, 1, 1985
|
|
square_note 0, 14, 1, 1793
|
|
sound_loop 12, .loop
|
|
sound_ret
|
|
|
|
Sfx_Leer_Ch8:
|
|
.loop
|
|
noise_note 1, 13, 1, 73
|
|
noise_note 1, 13, 1, 41
|
|
sound_loop 6, .loop
|
|
sound_ret
|
|
|
|
Sfx_Ember_Ch5:
|
|
.loop
|
|
duty_cycle_pattern 3, 0, 2, 1
|
|
square_note 11, 15, 3, 288
|
|
square_note 9, 13, 3, 336
|
|
sound_loop 5, .loop
|
|
square_note 8, 14, 3, 304
|
|
square_note 15, 12, 2, 272
|
|
sound_ret
|
|
|
|
Sfx_Ember_Ch8:
|
|
.loop
|
|
noise_note 10, 15, 3, 53
|
|
noise_note 14, 15, 6, 69
|
|
sound_loop 4, .loop
|
|
noise_note 12, 15, 4, 188
|
|
noise_note 12, 15, 5, 156
|
|
noise_note 15, 15, 4, 172
|
|
sound_ret
|
|
|
|
Sfx_Bubblebeam_Ch5:
|
|
.loop
|
|
duty_cycle_pattern 0, 3, 2, 1
|
|
square_note 4, 15, 4, 1536
|
|
square_note 3, 12, 4, 1280
|
|
square_note 5, 11, 5, 1536
|
|
square_note 13, 14, 2, 1728
|
|
sound_loop 3, .loop
|
|
square_note 8, 13, 1, 1536
|
|
sound_ret
|
|
|
|
Sfx_Bubblebeam_Ch6:
|
|
.loop
|
|
duty_cycle_pattern 2, 0, 3, 1
|
|
square_note 5, 14, 4, 1504
|
|
square_note 4, 11, 4, 1248
|
|
square_note 6, 10, 5, 1512
|
|
square_note 14, 13, 1, 1696
|
|
sound_loop 3, .loop
|
|
sound_ret
|
|
|
|
Sfx_Bubblebeam_Ch8:
|
|
.loop
|
|
noise_note 5, 12, 3, 51
|
|
noise_note 3, 9, 2, 67
|
|
noise_note 10, 11, 5, 51
|
|
noise_note 15, 12, 3, 50
|
|
sound_loop 2, .loop
|
|
sound_ret
|
|
|
|
Sfx_HydroPump_Ch5:
|
|
.loop
|
|
duty_cycle_pattern 3, 1, 0, 2
|
|
square_note 3, 8, 1, 768
|
|
square_note 3, 12, 1, 1024
|
|
square_note 3, 15, 1, 1280
|
|
square_note 3, 11, 1, 1024
|
|
square_note 3, 7, 1, 768
|
|
sound_loop 5, .loop
|
|
square_note 8, 8, 1, 1024
|
|
sound_ret
|
|
|
|
Sfx_HydroPump_Ch8:
|
|
.loop
|
|
noise_note 3, 6, 2, 34
|
|
noise_note 3, 10, 2, 50
|
|
noise_note 3, 13, 2, 51
|
|
noise_note 3, 9, 2, 35
|
|
noise_note 3, 5, 2, 18
|
|
sound_loop 5, .loop
|
|
noise_note 8, 8, 1, 18
|
|
sound_ret
|
|
|
|
Sfx_Surf_Ch5:
|
|
.loop
|
|
duty_cycle_pattern 0, 3, 2, 1
|
|
square_note 15, 15, 4, 1280
|
|
square_note 15, 12, 4, 1024
|
|
square_note 15, 14, 2, 1472
|
|
sound_loop 3, .loop
|
|
sound_ret
|
|
|
|
Sfx_Surf_Ch6:
|
|
.loop
|
|
duty_cycle_pattern 2, 0, 3, 1
|
|
square_note 7, 14, 4, 1072
|
|
square_note 15, 11, 4, 816
|
|
square_note 15, 10, 2, 1080
|
|
sound_loop 4, .loop
|
|
sound_ret
|
|
|
|
Sfx_Surf_Ch8:
|
|
.loop
|
|
noise_note 9, 15, 4, 68
|
|
noise_note 9, 15, 2, 67
|
|
noise_note 15, 15, 4, 66
|
|
noise_note 15, 15, 4, 65
|
|
sound_loop 3, .loop
|
|
sound_ret
|
|
|
|
Sfx_Psybeam_Ch5:
|
|
.loop
|
|
duty_cycle_pattern 2, 2, 0, 1
|
|
square_note 10, 15, 1, 1600
|
|
square_note 10, 15, 3, 1664
|
|
square_note 10, 15, 2, 1568
|
|
sound_loop 4, .loop
|
|
square_note 10, 15, 1, 1600
|
|
sound_ret
|
|
|
|
Sfx_Psybeam_Ch6:
|
|
.loop
|
|
duty_cycle_pattern 2, 3, 0, 3
|
|
square_note 10, 15, 3, 1393
|
|
square_note 7, 14, 3, 1329
|
|
square_note 10, 15, 1, 1361
|
|
sound_loop 4, .loop
|
|
square_note 10, 15, 1, 1393
|
|
sound_ret
|
|
|
|
Sfx_Psybeam_Ch8:
|
|
.loop
|
|
noise_note 2, 13, 1, 74
|
|
noise_note 2, 13, 2, 42
|
|
sound_loop 21, .loop
|
|
sound_ret
|
|
|
|
Sfx_Charge_Ch5:
|
|
.loop
|
|
duty_cycle 0
|
|
square_note 2, 15, 1, 512
|
|
square_note 3, 15, 1, 1792
|
|
square_note 4, 15, 1, 1280
|
|
square_note 5, 15, 1, 2032
|
|
sound_loop 8, .loop
|
|
sound_ret
|
|
|
|
Sfx_Charge_Ch6:
|
|
.loop
|
|
duty_cycle_pattern 2, 3, 0, 3
|
|
square_note 2, 14, 1, 770
|
|
square_note 3, 14, 1, 2034
|
|
square_note 4, 14, 1, 1538
|
|
square_note 5, 14, 1, 1794
|
|
sound_loop 8, .loop
|
|
sound_ret
|
|
|
|
Sfx_Charge_Ch8:
|
|
.loop
|
|
noise_note 2, 13, 3, 16
|
|
noise_note 3, 13, 3, 17
|
|
noise_note 2, 13, 2, 16
|
|
noise_note 5, 13, 2, 18
|
|
sound_loop 9, .loop
|
|
sound_ret
|
|
|
|
Sfx_Thundershock_Ch5:
|
|
.loop
|
|
duty_cycle_pattern 0, 2, 2, 3
|
|
square_note 3, 15, 1, 2032
|
|
square_note 4, 15, 2, 512
|
|
sound_loop 8, .loop
|
|
sound_ret
|
|
|
|
Sfx_Thundershock_Ch6:
|
|
.loop
|
|
duty_cycle_pattern 2, 3, 0, 3
|
|
square_note 4, 14, 2, 514
|
|
square_note 4, 14, 1, 2018
|
|
sound_loop 9, .loop
|
|
sound_ret
|
|
|
|
Sfx_Thundershock_Ch8:
|
|
.loop
|
|
noise_note 4, 15, -7, 67
|
|
noise_note 4, 15, 2, 68
|
|
sound_loop 9, .loop
|
|
sound_ret
|
|
|
|
Sfx_Psychic_Ch5:
|
|
duty_cycle 2
|
|
pitch_sweep 15, 7
|
|
square_note 8, 12, 4, 1981
|
|
square_note 8, 12, 4, 1982
|
|
square_note 8, 12, 4, 1983
|
|
square_note 8, 12, 4, 1984
|
|
square_note 15, 12, 4, 1985
|
|
square_note 15, 15, 2, 1984
|
|
pitch_sweep 0, 8
|
|
sound_ret
|
|
|
|
Sfx_Psychic_Ch6:
|
|
duty_cycle 2
|
|
square_note 8, 12, 4, 1904
|
|
square_note 8, 12, 4, 1889
|
|
square_note 8, 12, 4, 1890
|
|
square_note 8, 12, 4, 1891
|
|
square_note 15, 12, 4, 1892
|
|
square_note 15, 15, 2, 1892
|
|
sound_ret
|
|
|
|
Sfx_Psychic_Ch8:
|
|
noise_note 15, 3, -7, 20
|
|
noise_note 15, 12, -7, 19
|
|
noise_note 15, 12, -7, 18
|
|
noise_note 15, 12, -7, 17
|
|
noise_note 15, 12, -7, 16
|
|
noise_note 15, 12, 2, 16
|
|
sound_ret
|
|
|
|
Sfx_Screech_Ch5:
|
|
duty_cycle 2
|
|
square_note 15, 15, -7, 2016
|
|
square_note 15, 15, -7, 2016
|
|
square_note 15, 15, -7, 2016
|
|
square_note 15, 15, -7, 2016
|
|
square_note 15, 15, 2, 2016
|
|
sound_ret
|
|
|
|
Sfx_Screech_Ch6:
|
|
duty_cycle 3
|
|
square_note 15, 15, -7, 2018
|
|
square_note 15, 15, -7, 2017
|
|
square_note 15, 15, -7, 2018
|
|
square_note 15, 15, -7, 2017
|
|
square_note 15, 15, 2, 2018
|
|
sound_ret
|
|
|
|
Sfx_BoneClub_Ch5:
|
|
duty_cycle 2
|
|
pitch_sweep 10, -7
|
|
square_note 8, 15, 1, 1792
|
|
pitch_sweep 0, 8
|
|
sound_ret
|
|
|
|
Sfx_BoneClub_Ch6:
|
|
duty_cycle 3
|
|
square_note 8, 15, 1, 1793
|
|
sound_ret
|
|
|
|
Sfx_Sharpen_Ch5:
|
|
duty_cycle 2
|
|
square_note 6, 15, 1, 1280
|
|
square_note 6, 15, 1, 1408
|
|
square_note 6, 15, 1, 1536
|
|
square_note 6, 15, 1, 1664
|
|
square_note 8, 15, 1, 1792
|
|
sound_ret
|
|
|
|
Sfx_Sharpen_Ch6:
|
|
duty_cycle 3
|
|
square_note 6, 14, 1, 1296
|
|
square_note 6, 14, 1, 1424
|
|
square_note 6, 14, 1, 1552
|
|
square_note 6, 14, 1, 1680
|
|
square_note 8, 14, 1, 1808
|
|
sound_ret
|
|
|
|
Sfx_EggBomb_Ch5:
|
|
duty_cycle_pattern 3, 2, 3, 1
|
|
square_note 8, 15, -7, 1016
|
|
square_note 15, 15, -7, 1024
|
|
square_note 15, 15, 3, 1024
|
|
sound_ret
|
|
|
|
Sfx_EggBomb_Ch6:
|
|
duty_cycle_pattern 2, 3, 1, 0
|
|
square_note 8, 14, -7, 960
|
|
square_note 15, 14, -7, 960
|
|
square_note 15, 14, 3, 960
|
|
sound_ret
|
|
|
|
Sfx_EggBomb_Ch8:
|
|
noise_note 4, 15, -7, 81
|
|
noise_note 8, 15, -7, 84
|
|
noise_note 15, 15, -7, 85
|
|
noise_note 15, 15, 3, 86
|
|
sound_ret
|
|
|
|
Sfx_Sing_Ch5:
|
|
toggle_sfx
|
|
vibrato 10, 2, 4
|
|
duty_cycle 2
|
|
note_type 10, 8, 7
|
|
octave 5
|
|
note G_, 8
|
|
octave 6
|
|
note F_, 4
|
|
note D#, 4
|
|
octave 5
|
|
note G_, 8
|
|
sound_ret
|
|
|
|
Sfx_Sing_Ch6:
|
|
toggle_sfx
|
|
vibrato 10, 2, 3
|
|
duty_cycle 2
|
|
note_type 11, 6, 7
|
|
octave 5
|
|
note G_, 8
|
|
note_type 10, 6, 7
|
|
octave 6
|
|
note F_, 4
|
|
note D#, 4
|
|
octave 5
|
|
note G_, 8
|
|
sound_ret
|
|
|
|
Sfx_HyperBeam_Ch5:
|
|
duty_cycle 0
|
|
square_note 2, 15, 1, 1920
|
|
square_note 2, 15, 1, 1792
|
|
square_note 2, 15, 1, 1936
|
|
square_note 2, 15, 1, 1792
|
|
square_note 2, 15, 1, 1952
|
|
square_note 2, 15, 1, 1792
|
|
square_note 2, 15, 1, 1968
|
|
square_note 2, 15, 1, 1792
|
|
square_note 2, 15, 1, 1984
|
|
square_note 2, 15, 1, 1792
|
|
square_note 2, 15, 1, 2000
|
|
.loop
|
|
square_note 2, 15, 1, 1792
|
|
square_note 2, 15, 1, 2016
|
|
sound_loop 12, .loop
|
|
square_note 15, 15, 1, 1792
|
|
sound_ret
|
|
|
|
Sfx_HyperBeam_Ch6:
|
|
duty_cycle_pattern 2, 3, 0, 3
|
|
square_note 2, 15, 1, 1921
|
|
square_note 2, 15, 1, 1793
|
|
square_note 2, 15, 1, 1937
|
|
square_note 2, 15, 1, 1793
|
|
square_note 2, 15, 1, 1953
|
|
square_note 2, 15, 1, 1793
|
|
square_note 2, 15, 1, 1969
|
|
square_note 2, 15, 1, 1793
|
|
square_note 2, 15, 1, 1985
|
|
square_note 2, 15, 1, 1793
|
|
square_note 2, 15, 1, 2001
|
|
.loop
|
|
square_note 2, 15, 1, 1793
|
|
square_note 2, 15, 1, 2017
|
|
sound_loop 12, .loop
|
|
square_note 15, 15, 1, 1793
|
|
sound_ret
|
|
|
|
Sfx_HyperBeam_Ch8:
|
|
.loop
|
|
noise_note 1, 13, 1, 73
|
|
noise_note 1, 13, 1, 41
|
|
sound_loop 26, .loop
|
|
sound_ret
|
|
|
|
Sfx_IntroLungeRG_Ch8:
|
|
noise_note 6, 2, 0, 16
|
|
noise_note 6, 2, -7, 64
|
|
noise_note 6, 4, -7, 65
|
|
noise_note 6, 8, -7, 65
|
|
noise_note 6, 12, -7, 66
|
|
noise_note 8, 13, 7, 66
|
|
noise_note 15, 14, 7, 67
|
|
noise_note 15, 15, 2, 67
|
|
sound_ret
|
|
|
|
Sfx_Unknown29_Ch8:
|
|
noise_note 4, 13, 1, 65
|
|
sound_ret
|
|
|
|
Sfx_Unknown2a_Ch8:
|
|
noise_note 4, 12, 1, 66
|
|
sound_ret
|
|
|
|
Sfx_IntroRaiseRG_Ch8:
|
|
noise_note 2, 6, -7, 33
|
|
noise_note 2, 10, -7, 49
|
|
noise_note 15, 15, 2, 65
|
|
sound_ret
|
|
|
|
Sfx_IntroCrashRG_Ch8:
|
|
noise_note 2, 13, 2, 50
|
|
noise_note 15, 15, 2, 67
|
|
sound_ret
|
|
|
|
Sfx_TitleEntrance_Ch8:
|
|
noise_note 8, 3, -4, 32
|
|
noise_note 6, 10, 0, 32
|
|
noise_note 8, 11, 0, 33
|
|
noise_note 10, 12, 0, 34
|
|
noise_note 15, 13, 2, 35
|
|
sound_ret
|
|
|
|
Sfx_SlotsStopWheel_Ch5:
|
|
duty_cycle 2
|
|
square_note 1, 15, 2, 1696
|
|
square_note 1, 15, 2, 1760
|
|
square_note 8, 15, 1, 1792
|
|
sound_ret
|
|
|
|
Sfx_SlotsReward_Ch5:
|
|
duty_cycle 2
|
|
square_note 2, 15, 1, 1792
|
|
square_note 8, 8, 1, 2016
|
|
sound_ret
|
|
|
|
Sfx_PayDay_Ch5:
|
|
duty_cycle 3
|
|
square_note 5, 14, 1, 1792
|
|
square_note 2, 14, 1, 1920
|
|
square_note 15, 15, 1, 1984
|
|
sound_ret
|
|
|
|
Sfx_PayDay_Ch6:
|
|
duty_cycle 2
|
|
square_note 4, 12, 1, 1729
|
|
square_note 2, 12, 1, 1857
|
|
square_note 15, 13, 1, 1921
|
|
sound_ret
|
|
|
|
Sfx_GameFreakLogoRG_Ch5:
|
|
duty_cycle 2
|
|
pitch_sweep 5, -7
|
|
square_note 4, 4, 0, 2016
|
|
square_note 4, 6, 0, 2016
|
|
square_note 4, 8, 0, 2016
|
|
square_note 8, 10, 0, 2016
|
|
square_note 8, 10, 0, 2016
|
|
square_note 8, 8, 0, 2016
|
|
square_note 8, 6, 0, 2016
|
|
square_note 8, 3, 0, 2016
|
|
square_note 15, 1, 2, 2016
|
|
pitch_sweep 0, 8
|
|
sound_ret
|
|
|
|
Sfx_GetItemRG_Ch5:
|
|
toggle_sfx
|
|
sfx_priority_on
|
|
tempo 256
|
|
volume 7, 7
|
|
vibrato 6, 2, 6
|
|
duty_cycle 2
|
|
pitch_offset 1
|
|
note_type 4, 11, 1
|
|
octave 3
|
|
note G#, 2
|
|
note G#, 2
|
|
note G#, 2
|
|
note_type 12, 11, 3
|
|
octave 4
|
|
note E_, 4
|
|
sfx_priority_off
|
|
sound_ret
|
|
|
|
Sfx_GetItemRG_Ch6:
|
|
toggle_sfx
|
|
vibrato 8, 2, 7
|
|
duty_cycle 2
|
|
note_type 4, 12, 1
|
|
octave 4
|
|
note E_, 2
|
|
note E_, 2
|
|
note E_, 2
|
|
note_type 12, 12, 3
|
|
note B_, 4
|
|
sound_ret
|
|
|
|
Sfx_GetItemRG_Ch8:
|
|
toggle_sfx
|
|
note_type 4, 1, 0
|
|
octave 4
|
|
note B_, 1
|
|
rest 1
|
|
note B_, 1
|
|
rest 1
|
|
note B_, 1
|
|
rest 1
|
|
note_type 12, 1, 0
|
|
octave 4
|
|
note B_, 2
|
|
rest 2
|
|
sound_ret
|
|
|
|
Sfx_UnusedFanfare1_Ch5:
|
|
toggle_sfx
|
|
sfx_priority_on
|
|
tempo 256
|
|
volume 7, 7
|
|
vibrato 6, 2, 6
|
|
duty_cycle 2
|
|
pitch_offset 1
|
|
note_type 6, 11, 1
|
|
octave 3
|
|
note G#, 2
|
|
note G#, 2
|
|
note_type 6, 11, 3
|
|
note G#, 2
|
|
note B_, 2
|
|
octave 4
|
|
note E_, 8
|
|
sfx_priority_off
|
|
sound_ret
|
|
|
|
Sfx_UnusedFanfare1_Ch6:
|
|
toggle_sfx
|
|
vibrato 8, 2, 7
|
|
duty_cycle 2
|
|
note_type 6, 12, 1
|
|
octave 4
|
|
note E_, 2
|
|
note E_, 1
|
|
note E_, 1
|
|
note_type 6, 12, 3
|
|
note E_, 2
|
|
note G#, 2
|
|
note B_, 8
|
|
sound_ret
|
|
|
|
Sfx_UnusedFanfare1_Ch8:
|
|
toggle_sfx
|
|
note_type 6, 1, 0
|
|
octave 4
|
|
note B_, 1
|
|
rest 1
|
|
note_type 3, 1, 0
|
|
note B_, 1
|
|
rest 1
|
|
note B_, 1
|
|
rest 1
|
|
note_type 6, 1, 0
|
|
note B_, 1
|
|
rest 1
|
|
octave 5
|
|
note E_, 1
|
|
rest 1
|
|
octave 4
|
|
note B_, 4
|
|
rest 4
|
|
sound_ret
|
|
|
|
Sfx_PokedexEvaluationRG_Ch5:
|
|
toggle_sfx
|
|
sfx_priority_on
|
|
tempo 256
|
|
volume 7, 7
|
|
duty_cycle 2
|
|
note_type 5, 11, 1
|
|
octave 3
|
|
note A_, 2
|
|
note A_, 2
|
|
note G_, 2
|
|
note G_, 2
|
|
note F_, 2
|
|
note E_, 2
|
|
note F_, 2
|
|
note A_, 2
|
|
octave 4
|
|
note C_, 4
|
|
note E_, 4
|
|
octave 3
|
|
note F_, 4
|
|
sfx_priority_off
|
|
sound_ret
|
|
|
|
Sfx_PokedexEvaluationRG_Ch6:
|
|
toggle_sfx
|
|
duty_cycle 2
|
|
note_type 5, 12, 2
|
|
octave 5
|
|
note F_, 2
|
|
note E_, 1
|
|
rest 1
|
|
note D_, 2
|
|
note C_, 1
|
|
rest 1
|
|
octave 4
|
|
note A#, 2
|
|
octave 5
|
|
note C_, 2
|
|
note D_, 2
|
|
note E_, 2
|
|
note F_, 4
|
|
note G_, 4
|
|
note F_, 4
|
|
sound_ret
|
|
|
|
Sfx_PokedexEvaluationRG_Ch8:
|
|
toggle_sfx
|
|
note_type 5, 1, 0
|
|
octave 5
|
|
note C_, 1
|
|
rest 1
|
|
octave 4
|
|
note F_, 2
|
|
octave 5
|
|
note C_, 1
|
|
rest 1
|
|
octave 4
|
|
note A#, 1
|
|
rest 1
|
|
note A_, 1
|
|
rest 1
|
|
note G_, 1
|
|
rest 1
|
|
note F_, 1
|
|
rest 1
|
|
note E_, 1
|
|
rest 1
|
|
octave 5
|
|
note F_, 1
|
|
rest 3
|
|
note C_, 1
|
|
rest 3
|
|
octave 4
|
|
note F_, 2
|
|
rest 2
|
|
sound_ret
|
|
|
|
Sfx_LevelUpRG_Ch5:
|
|
toggle_sfx
|
|
sfx_priority_on
|
|
tempo 256
|
|
volume 7, 7
|
|
duty_cycle 2
|
|
pitch_offset 1
|
|
note_type 6, 11, 4
|
|
octave 4
|
|
note F_, 4
|
|
note_type 4, 11, 2
|
|
note C_, 2
|
|
note F_, 2
|
|
note C_, 2
|
|
note_type 6, 11, 3
|
|
note D#, 2
|
|
note D#, 2
|
|
note E_, 2
|
|
note_type 6, 11, 4
|
|
note F_, 8
|
|
sfx_priority_off
|
|
sound_ret
|
|
|
|
Sfx_LevelUpRG_Ch6:
|
|
toggle_sfx
|
|
vibrato 4, 2, 2
|
|
duty_cycle 2
|
|
note_type 6, 12, 4
|
|
octave 4
|
|
note A_, 4
|
|
note_type 4, 12, 2
|
|
note A_, 2
|
|
note A_, 2
|
|
note A_, 2
|
|
note_type 6, 12, 4
|
|
note A#, 2
|
|
note A#, 2
|
|
note A#, 2
|
|
note_type 6, 12, 4
|
|
note A_, 8
|
|
sound_ret
|
|
|
|
Sfx_LevelUpRG_Ch8:
|
|
toggle_sfx
|
|
note_type 6, 1, 0
|
|
octave 5
|
|
note A_, 4
|
|
note_type 4, 1, 0
|
|
note F_, 1
|
|
rest 1
|
|
note F_, 1
|
|
rest 1
|
|
note F_, 1
|
|
rest 1
|
|
note_type 6, 1, 0
|
|
note G_, 1
|
|
rest 1
|
|
note D#, 1
|
|
rest 1
|
|
note G_, 1
|
|
rest 1
|
|
note A_, 8
|
|
sound_ret
|
|
|
|
Sfx_EvolutionCompleteRG_Ch5:
|
|
toggle_sfx
|
|
sfx_priority_on
|
|
tempo 256
|
|
volume 7, 7
|
|
duty_cycle 2
|
|
pitch_offset 1
|
|
note_type 5, 11, 4
|
|
octave 4
|
|
note D_, 4
|
|
note C_, 4
|
|
octave 3
|
|
note A_, 8
|
|
note_type 5, 11, 2
|
|
octave 4
|
|
note D#, 2
|
|
note D#, 2
|
|
note D_, 2
|
|
note C_, 2
|
|
note C_, 2
|
|
octave 3
|
|
note A#, 2
|
|
note_type 5, 11, 4
|
|
octave 4
|
|
note C_, 8
|
|
sfx_priority_off
|
|
sound_ret
|
|
|
|
Sfx_EvolutionCompleteRG_Ch6:
|
|
toggle_sfx
|
|
vibrato 8, 2, 7
|
|
duty_cycle 2
|
|
note_type 5, 12, 5
|
|
octave 4
|
|
note A_, 4
|
|
note F_, 4
|
|
note C_, 8
|
|
note_type 5, 12, 2
|
|
note A#, 2
|
|
note A#, 2
|
|
note A#, 2
|
|
note G_, 2
|
|
note G_, 2
|
|
note A#, 2
|
|
note_type 5, 12, 4
|
|
note A_, 8
|
|
sound_ret
|
|
|
|
Sfx_EvolutionCompleteRG_Ch8:
|
|
toggle_sfx
|
|
note_type 5, 1, 0
|
|
octave 5
|
|
note F_, 4
|
|
note D#, 4
|
|
note C_, 8
|
|
note D#, 1
|
|
rest 1
|
|
note D#, 1
|
|
rest 1
|
|
note E_, 1
|
|
rest 1
|
|
note F_, 1
|
|
rest 1
|
|
note F_, 1
|
|
rest 1
|
|
note G_, 1
|
|
rest 1
|
|
note A_, 8
|
|
sound_ret
|
|
|
|
Sfx_GetKeyItemRG_Ch5:
|
|
toggle_sfx
|
|
sfx_priority_on
|
|
tempo 256
|
|
volume 7, 7
|
|
duty_cycle 2
|
|
pitch_offset 1
|
|
note_type 5, 10, 4
|
|
octave 3
|
|
note A#, 4
|
|
note_type 5, 11, 1
|
|
octave 4
|
|
note C_, 2
|
|
note C_, 1
|
|
note C_, 1
|
|
note_type 5, 10, 4
|
|
note D#, 4
|
|
note_type 5, 11, 1
|
|
note F_, 2
|
|
note F_, 1
|
|
note F_, 1
|
|
note_type 5, 11, 4
|
|
note A#, 8
|
|
sfx_priority_off
|
|
sound_ret
|
|
|
|
Sfx_GetKeyItemRG_Ch6:
|
|
toggle_sfx
|
|
vibrato 4, 2, 3
|
|
duty_cycle 2
|
|
note_type 5, 13, 1
|
|
octave 4
|
|
note G_, 2
|
|
note G_, 1
|
|
note G_, 1
|
|
note_type 5, 12, 4
|
|
note D#, 4
|
|
note_type 5, 13, 1
|
|
note G#, 2
|
|
note G#, 1
|
|
note G#, 1
|
|
note A#, 2
|
|
note A#, 1
|
|
note A#, 1
|
|
note_type 5, 12, 4
|
|
octave 5
|
|
note D#, 8
|
|
sound_ret
|
|
|
|
Sfx_GetKeyItemRG_Ch8:
|
|
toggle_sfx
|
|
note_type 5, 1, 0
|
|
octave 4
|
|
note D#, 4
|
|
note G#, 4
|
|
note G_, 4
|
|
note F_, 4
|
|
note D#, 8
|
|
sound_ret
|
|
|
|
Sfx_UnusedFanfare2_Ch5:
|
|
toggle_sfx
|
|
sfx_priority_on
|
|
tempo 256
|
|
volume 7, 7
|
|
pitch_offset 1
|
|
duty_cycle 3
|
|
note_type 6, 11, 5
|
|
octave 3
|
|
note G#, 4
|
|
note_type 4, 11, 2
|
|
note F_, 2
|
|
note G#, 2
|
|
note A_, 2
|
|
note A#, 2
|
|
note F#, 2
|
|
note A#, 2
|
|
octave 4
|
|
note C_, 4
|
|
note C_, 2
|
|
note_type 4, 11, 6
|
|
note C#, 12
|
|
sfx_priority_off
|
|
sound_ret
|
|
|
|
Sfx_UnusedFanfare2_Ch6:
|
|
toggle_sfx
|
|
duty_cycle 2
|
|
note_type 6, 12, 5
|
|
octave 4
|
|
note C#, 6
|
|
note_type 4, 12, 1
|
|
note C#, 1
|
|
note C#, 1
|
|
note C#, 1
|
|
note_type 4, 12, 2
|
|
note D#, 2
|
|
note C#, 2
|
|
note D#, 2
|
|
note E_, 4
|
|
note E_, 2
|
|
note_type 4, 12, 6
|
|
note F_, 12
|
|
sound_ret
|
|
|
|
Sfx_UnusedFanfare2_Ch8:
|
|
toggle_sfx
|
|
note_type 6, 1, 0
|
|
octave 5
|
|
note C#, 2
|
|
rest 2
|
|
note C#, 2
|
|
rest 2
|
|
note_type 4, 1, 0
|
|
note C#, 2
|
|
rest 2
|
|
note C#, 2
|
|
note D#, 2
|
|
rest 2
|
|
note F_, 2
|
|
note G#, 6
|
|
sound_ret
|
|
|
|
Sfx_CaughtPokemonRG_Ch5:
|
|
toggle_sfx
|
|
sfx_priority_on
|
|
tempo 256
|
|
volume 7, 7
|
|
duty_cycle 3
|
|
pitch_offset 1
|
|
note_type 6, 11, 2
|
|
octave 3
|
|
note E_, 2
|
|
note F#, 2
|
|
note G#, 2
|
|
note G#, 1
|
|
note G#, 1
|
|
note B_, 2
|
|
octave 4
|
|
note C#, 2
|
|
note D#, 2
|
|
note D#, 1
|
|
note D#, 1
|
|
note_type 6, 11, 5
|
|
note E_, 8
|
|
sfx_priority_off
|
|
sound_ret
|
|
|
|
Sfx_CaughtPokemonRG_Ch6:
|
|
toggle_sfx
|
|
duty_cycle 2
|
|
note_type 6, 12, 2
|
|
octave 4
|
|
note G#, 2
|
|
note G#, 1
|
|
note G#, 1
|
|
note E_, 2
|
|
note E_, 1
|
|
note E_, 1
|
|
note B_, 2
|
|
note B_, 1
|
|
note B_, 1
|
|
note A_, 2
|
|
note A_, 1
|
|
note A_, 1
|
|
note_type 6, 12, 5
|
|
note G#, 8
|
|
sound_ret
|
|
|
|
Sfx_CaughtPokemonRG_Ch8:
|
|
toggle_sfx
|
|
note_type 6, 1, 0
|
|
octave 4
|
|
note B_, 2
|
|
rest 2
|
|
octave 5
|
|
note C#, 2
|
|
rest 2
|
|
note D#, 2
|
|
rest 2
|
|
note F#, 2
|
|
note G_, 2
|
|
note G#, 4
|
|
sound_ret
|
|
|
|
Sfx_UnusedFanfare3_Ch5:
|
|
toggle_sfx
|
|
sfx_priority_on
|
|
tempo 256
|
|
volume 7, 7
|
|
duty_cycle 3
|
|
pitch_offset 1
|
|
note_type 6, 11, 3
|
|
octave 3
|
|
note F_, 4
|
|
note C#, 4
|
|
note F#, 4
|
|
note D#, 4
|
|
note G#, 4
|
|
note F_, 4
|
|
note A#, 4
|
|
note F#, 4
|
|
note_type 4, 11, 3
|
|
note A#, 4
|
|
note B_, 4
|
|
octave 4
|
|
note C_, 4
|
|
note C#, 4
|
|
note D#, 4
|
|
note C_, 4
|
|
note_type 4, 11, 6
|
|
note C#, 12
|
|
sfx_priority_off
|
|
sound_ret
|
|
|
|
Sfx_UnusedFanfare3_Ch6:
|
|
toggle_sfx
|
|
duty_cycle 2
|
|
note_type 6, 12, 4
|
|
octave 4
|
|
note C#, 4
|
|
note_type 4, 12, 4
|
|
note C#, 2
|
|
octave 3
|
|
note A#, 2
|
|
octave 4
|
|
note C#, 2
|
|
note D#, 6
|
|
note D#, 2
|
|
octave 3
|
|
note B_, 2
|
|
octave 4
|
|
note D#, 2
|
|
note F_, 6
|
|
note F_, 2
|
|
note C#, 2
|
|
note F_, 2
|
|
note F#, 6
|
|
note F#, 2
|
|
note D#, 2
|
|
note F#, 2
|
|
note C#, 4
|
|
note D#, 4
|
|
note E_, 4
|
|
note F_, 4
|
|
note F#, 4
|
|
note G#, 4
|
|
note_type 4, 12, 6
|
|
note F#, 12
|
|
sound_ret
|
|
|
|
Sfx_UnusedFanfare3_Ch8:
|
|
toggle_sfx
|
|
note_type 6, 1, 0
|
|
octave 4
|
|
note A#, 4
|
|
rest 4
|
|
note B_, 4
|
|
rest 4
|
|
octave 5
|
|
note C#, 4
|
|
rest 4
|
|
note D#, 4
|
|
rest 4
|
|
note_type 4, 1, 0
|
|
note F_, 4
|
|
note D#, 4
|
|
note C#, 4
|
|
note A#, 4
|
|
note G#, 4
|
|
note F_, 4
|
|
note F#, 6
|
|
sound_ret
|
|
|