mirror of
https://github.com/zeldaret/tmc
synced 2026-07-11 15:28:41 -04:00
finished sound enum
This commit is contained in:
@@ -656,9 +656,13 @@
|
||||
.2byte \s
|
||||
.endm
|
||||
|
||||
.macro PlayBgm s:req
|
||||
.macro PlayBgm s
|
||||
.2byte 0x087c
|
||||
.ifnb \s
|
||||
.2byte \s
|
||||
.else
|
||||
.2byte -1
|
||||
.endif
|
||||
.endm
|
||||
|
||||
.macro SoundReq w:req
|
||||
|
||||
@@ -0,0 +1,563 @@
|
||||
.equiv SFX_NONE, 0x0
|
||||
.equiv BGM_CASTLE_TOURNAMENT, 0x1
|
||||
.equiv BGM_VAATI_MOTIF, 0x2
|
||||
.equiv BGM_TITLE_SCREEN, 0x3
|
||||
.equiv BGM_CASTLE_MOTIF, 0x4
|
||||
.equiv BGM_ELEMENT_GET, 0x5
|
||||
.equiv BGM_FAIRY_FOUNTAIN, 0x6
|
||||
.equiv BGM_FILE_SELECT, 0x7
|
||||
.equiv BGM_INTRO_CUTSCENE, 0x8
|
||||
.equiv BGM_CREDITS, 0x9
|
||||
.equiv BGM_GAMEOVER, 0xa
|
||||
.equiv BGM_SAVING_ZELDA, 0xb
|
||||
.equiv BGM_LTTP_TITLE, 0xc
|
||||
.equiv BGM_VAATI_THEME, 0xd
|
||||
.equiv BGM_EZLO_THEME, 0xe
|
||||
.equiv BGM_STORY, 0xf
|
||||
.equiv BGM_FESTIVAL_APPROACH, 0x10
|
||||
.equiv BGM_BEAT_VAATI, 0x11
|
||||
.equiv BGM_UNUSED_12, 0x12
|
||||
.equiv BGM_BEANSTALK, 0x13
|
||||
.equiv BGM_HOUSE, 0x14
|
||||
.equiv BGM_CUCCO_MINIGAME, 0x15
|
||||
.equiv BGM_SYRUP_THEME, 0x16
|
||||
.equiv BGM_DUNGEON, 0x17
|
||||
.equiv BGM_ELEMENT_THEME, 0x18
|
||||
.equiv BGM_HYRULE_FIELD, 0x19
|
||||
.equiv BGM_HYRULE_CASTLE, 0x1a
|
||||
.equiv BGM_HYRULE_CASTLE_NOINTRO, 0x1b
|
||||
.equiv BGM_MINISH_VILLAGE, 0x1c
|
||||
.equiv BGM_MINISH_WOODS, 0x1d
|
||||
.equiv BGM_CRENEL_STORM, 0x1e
|
||||
.equiv BGM_CASTOR_WILDS, 0x1f
|
||||
.equiv BGM_HYRULE_TOWN, 0x20
|
||||
.equiv BGM_ROYAL_VALLEY, 0x21
|
||||
.equiv BGM_CLOUD_TOPS, 0x22
|
||||
.equiv BGM_DARK_HYRULE_CASTLE, 0x23
|
||||
.equiv BGM_SECRET_CASTLE_ENTRANCE, 0x24
|
||||
.equiv BGM_DEEPWOOD_SHRINE, 0x25
|
||||
.equiv BGM_CAVE_OF_FLAMES, 0x26
|
||||
.equiv BGM_FORTRESS_OF_WINDS, 0x27
|
||||
.equiv BGM_TEMPLE_OF_DROPLETS, 0x28
|
||||
.equiv BGM_PALACE_OF_WINDS, 0x29
|
||||
.equiv BGM_EZLO_STORY, 0x2a
|
||||
.equiv BGM_ROYAL_CRYPT, 0x2b
|
||||
.equiv BGM_ELEMENTAL_SANCTUARY, 0x2c
|
||||
.equiv BGM_FIGHT_THEME, 0x2d
|
||||
.equiv BGM_BOSS_THEME, 0x2e
|
||||
.equiv BGM_VAATI_REBORN, 0x2f
|
||||
.equiv BGM_VAATI_TRANSFIGURED, 0x30
|
||||
.equiv BGM_CASTLE_COLLAPSE, 0x31
|
||||
.equiv BGM_VAATI_WRATH, 0x32
|
||||
.equiv BGM_FIGHT_THEME2, 0x33
|
||||
.equiv BGM_DIGGING_CAVE, 0x34
|
||||
.equiv BGM_SWIFTBLADE_DOJO, 0x35
|
||||
.equiv BGM_MINISH_CAP, 0x36
|
||||
.equiv BGM_MT_CRENEL, 0x37
|
||||
.equiv BGM_PICORI_FESTIVAL, 0x38
|
||||
.equiv BGM_LOST_WOODS, 0x39
|
||||
.equiv BGM_FAIRY_FOUNTAIN2, 0x3a
|
||||
.equiv BGM_WIND_RUINS, 0x3b
|
||||
.equiv BGM_UNUSED_3C, 0x3c
|
||||
.equiv BGM_UNUSED_3D, 0x3d
|
||||
.equiv BGM_UNUSED_3E, 0x3e
|
||||
.equiv BGM_UNUSED_3F, 0x3f
|
||||
.equiv BGM_UNUSED_40, 0x40
|
||||
.equiv BGM_UNUSED_41, 0x41
|
||||
.equiv BGM_UNUSED_42, 0x42
|
||||
.equiv BGM_UNUSED_43, 0x43
|
||||
.equiv BGM_UNUSED_44, 0x44
|
||||
.equiv BGM_UNUSED_45, 0x45
|
||||
.equiv BGM_UNUSED_46, 0x46
|
||||
.equiv BGM_UNUSED_47, 0x47
|
||||
.equiv BGM_UNUSED_48, 0x48
|
||||
.equiv BGM_UNUSED_49, 0x49
|
||||
.equiv BGM_UNUSED_4A, 0x4a
|
||||
.equiv BGM_UNUSED_4B, 0x4b
|
||||
.equiv BGM_UNUSED_4C, 0x4c
|
||||
.equiv BGM_UNUSED_4D, 0x4d
|
||||
.equiv BGM_UNUSED_4E, 0x4e
|
||||
.equiv BGM_UNUSED_4F, 0x4f
|
||||
.equiv BGM_UNUSED_50, 0x50
|
||||
.equiv BGM_UNUSED_51, 0x51
|
||||
.equiv BGM_UNUSED_52, 0x52
|
||||
.equiv BGM_UNUSED_53, 0x53
|
||||
.equiv BGM_UNUSED_54, 0x54
|
||||
.equiv BGM_UNUSED_55, 0x55
|
||||
.equiv BGM_UNUSED_56, 0x56
|
||||
.equiv BGM_UNUSED_57, 0x57
|
||||
.equiv BGM_UNUSED_58, 0x58
|
||||
.equiv BGM_UNUSED_59, 0x59
|
||||
.equiv BGM_UNUSED_5A, 0x5a
|
||||
.equiv BGM_UNUSED_5B, 0x5b
|
||||
.equiv BGM_UNUSED_5C, 0x5c
|
||||
.equiv BGM_UNUSED_5D, 0x5d
|
||||
.equiv BGM_LEARN_SCROLL, 0x5e
|
||||
.equiv BGM_EZLO_GET, 0x5f
|
||||
.equiv BGM_UNUSED_60, 0x60
|
||||
.equiv BGM_UNUSED_61, 0x61
|
||||
.equiv BGM_UNUSED_62, 0x62
|
||||
.equiv BGM_UNUSED_63, 0x63
|
||||
.equiv SFX_BEEP, 0x64
|
||||
.equiv SFX_TEXTBOX_OPEN, 0x65
|
||||
.equiv SFX_TEXTBOX_CLOSE, 0x66
|
||||
.equiv SFX_TEXTBOX_NEXT, 0x67
|
||||
.equiv SFX_TEXTBOX_SWAP, 0x68
|
||||
.equiv SFX_TEXTBOX_CHOICE, 0x69
|
||||
.equiv SFX_TEXTBOX_SELECT, 0x6a
|
||||
.equiv SFX_6B, 0x6b
|
||||
.equiv SFX_MENU_CANCEL, 0x6c
|
||||
.equiv SFX_MENU_ERROR, 0x6d
|
||||
.equiv SFX_RUPEE_BOUNCE, 0x6e
|
||||
.equiv SFX_RUPEE_GET, 0x6f
|
||||
.equiv SFX_HEART_BOUNCE, 0x70
|
||||
.equiv SFX_HEART_GET, 0x71
|
||||
.equiv SFX_SECRET, 0x72
|
||||
.equiv SFX_SECRET_BIG, 0x73
|
||||
.equiv SFX_METAL_CLINK, 0x74
|
||||
.equiv SFX_PLY_VO1, 0x75
|
||||
.equiv SFX_PLY_VO2, 0x76
|
||||
.equiv SFX_PLY_VO3, 0x77
|
||||
.equiv SFX_PLY_VO4, 0x78
|
||||
.equiv SFX_PLY_VO5, 0x79
|
||||
.equiv SFX_PLY_VO6, 0x7a
|
||||
.equiv SFX_PLY_VO7, 0x7b
|
||||
.equiv SFX_PLY_JUMP, 0x7c
|
||||
.equiv SFX_PLY_LAND, 0x7d
|
||||
.equiv SFX_7E, 0x7e
|
||||
.equiv SFX_PLY_LIFT, 0x7f
|
||||
.equiv SFX_80, 0x80
|
||||
.equiv SFX_81, 0x81
|
||||
.equiv SFX_82, 0x82
|
||||
.equiv SFX_WATER_WALK, 0x83
|
||||
.equiv SFX_WATER_SPLASH, 0x84
|
||||
.equiv SFX_FALL_HOLE, 0x85
|
||||
.equiv SFX_86, 0x86
|
||||
.equiv SFX_PLY_DIE, 0x87
|
||||
.equiv SFX_88, 0x88
|
||||
.equiv SFX_BARREL_RELEASE, 0x89
|
||||
.equiv SFX_BARREL_ENTER, 0x8a
|
||||
.equiv SFX_BARREL_ROLL, 0x8b
|
||||
.equiv SFX_BARREL_ROLL_STOP, 0x8c
|
||||
.equiv SFX_VO_EZLO1, 0x8d
|
||||
.equiv SFX_VO_EZLO2, 0x8e
|
||||
.equiv SFX_VO_EZLO3, 0x8f
|
||||
.equiv SFX_VO_EZLO4, 0x90
|
||||
.equiv SFX_VO_EZLO5, 0x91
|
||||
.equiv SFX_VO_EZLO6, 0x92
|
||||
.equiv SFX_VO_EZLO7, 0x93
|
||||
.equiv SFX_VO_ZELDA1, 0x94
|
||||
.equiv SFX_VO_ZELDA2, 0x95
|
||||
.equiv SFX_VO_ZELDA3, 0x96
|
||||
.equiv SFX_VO_ZELDA4, 0x97
|
||||
.equiv SFX_VO_ZELDA5, 0x98
|
||||
.equiv SFX_VO_ZELDA6, 0x99
|
||||
.equiv SFX_VO_ZELDA7, 0x9a
|
||||
.equiv SFX_9B, 0x9b
|
||||
.equiv SFX_9C, 0x9c
|
||||
.equiv SFX_9D, 0x9d
|
||||
.equiv SFX_9E, 0x9e
|
||||
.equiv SFX_9F, 0x9f
|
||||
.equiv SFX_A0, 0xa0
|
||||
.equiv SFX_VO_TINGLE1, 0xa1
|
||||
.equiv SFX_VO_TINGLE2, 0xa2
|
||||
.equiv SFX_VO_KING1, 0xa3
|
||||
.equiv SFX_VO_KING2, 0xa4
|
||||
.equiv SFX_VO_KING3, 0xa5
|
||||
.equiv SFX_VO_KING4, 0xa6
|
||||
.equiv SFX_VO_KING5, 0xa7
|
||||
.equiv SFX_A8, 0xa8
|
||||
.equiv SFX_A9, 0xa9
|
||||
.equiv SFX_AA, 0xaa
|
||||
.equiv SFX_SPIRITS_RELEASE, 0xab
|
||||
.equiv SFX_AC, 0xac
|
||||
.equiv SFX_VO_BEEDLE, 0xad
|
||||
.equiv SFX_AE, 0xae
|
||||
.equiv SFX_AF, 0xaf
|
||||
.equiv SFX_B0, 0xb0
|
||||
.equiv SFX_VO_MINISH1, 0xb1
|
||||
.equiv SFX_VO_MINISH2, 0xb2
|
||||
.equiv SFX_VO_MINISH3, 0xb3
|
||||
.equiv SFX_VO_MINISH4, 0xb4
|
||||
.equiv SFX_B5, 0xb5
|
||||
.equiv SFX_B6, 0xb6
|
||||
.equiv SFX_B7, 0xb7
|
||||
.equiv SFX_B8, 0xb8
|
||||
.equiv SFX_B9, 0xb9
|
||||
.equiv SFX_BA, 0xba
|
||||
.equiv SFX_BB, 0xbb
|
||||
.equiv SFX_BC, 0xbc
|
||||
.equiv SFX_BD, 0xbd
|
||||
.equiv SFX_BE, 0xbe
|
||||
.equiv SFX_BF, 0xbf
|
||||
.equiv SFX_C0, 0xc0
|
||||
.equiv SFX_C1, 0xc1
|
||||
.equiv SFX_C2, 0xc2
|
||||
.equiv SFX_C3, 0xc3
|
||||
.equiv SFX_C4, 0xc4
|
||||
.equiv SFX_C5, 0xc5
|
||||
.equiv SFX_C6, 0xc6
|
||||
.equiv SFX_C7, 0xc7
|
||||
.equiv SFX_C8, 0xc8
|
||||
.equiv SFX_C9, 0xc9
|
||||
.equiv SFX_CA, 0xca
|
||||
.equiv SFX_CB, 0xcb
|
||||
.equiv SFX_REM_SLEEP, 0xcc
|
||||
.equiv SFX_TASK_COMPLETE, 0xcd
|
||||
.equiv SFX_KEY_APPEAR, 0xce
|
||||
.equiv SFX_CF, 0xcf
|
||||
.equiv SFX_D0, 0xd0
|
||||
.equiv SFX_VO_DOG, 0xd1
|
||||
.equiv SFX_VO_CAT, 0xd2
|
||||
.equiv SFX_VO_EPONA, 0xd3
|
||||
.equiv SFX_VO_COW, 0xd4
|
||||
.equiv SFX_VO_CUCCO_CALL, 0xd5
|
||||
.equiv SFX_VO_CHEEP, 0xd6
|
||||
.equiv SFX_ITEM_SWORD_CHARGE, 0xd7
|
||||
.equiv SFX_ITEM_SWORD_CHARGE_FINISH, 0xd8
|
||||
.equiv SFX_D9, 0xd9
|
||||
.equiv SFX_DA, 0xda
|
||||
.equiv SFX_VO_STURGEON, 0xdb
|
||||
.equiv SFX_HAMMER1, 0xdc
|
||||
.equiv SFX_HAMMER2, 0xdd
|
||||
.equiv SFX_HAMMER3, 0xde
|
||||
.equiv SFX_HAMMER4, 0xdf
|
||||
.equiv SFX_HAMMER5, 0xe0
|
||||
.equiv SFX_HAMMER6, 0xe1
|
||||
.equiv SFX_CUCCO_MINIGAME_BELL, 0xe2
|
||||
.equiv SFX_E3, 0xe3
|
||||
.equiv SFX_E4, 0xe4
|
||||
.equiv SFX_BUTTON_DEPRESS, 0xe5
|
||||
.equiv SFX_THUD_HEAVY, 0xe6
|
||||
.equiv SFX_WIND1, 0xe7
|
||||
.equiv SFX_WIND2, 0xe8
|
||||
.equiv SFX_WIND3, 0xe9
|
||||
.equiv SFX_EA, 0xea
|
||||
.equiv SFX_EB, 0xeb
|
||||
.equiv SFX_EC, 0xec
|
||||
.equiv SFX_ED, 0xed
|
||||
.equiv SFX_EE, 0xee
|
||||
.equiv SFX_EF, 0xef
|
||||
.equiv SFX_F0, 0xf0
|
||||
.equiv SFX_F1, 0xf1
|
||||
.equiv SFX_F2, 0xf2
|
||||
.equiv SFX_F3, 0xf3
|
||||
.equiv SFX_SUMMON, 0xf4
|
||||
.equiv SFX_F5, 0xf5
|
||||
.equiv SFX_EVAPORATE, 0xf6
|
||||
.equiv SFX_APPARATE, 0xf7
|
||||
.equiv SFX_F8, 0xf8
|
||||
.equiv SFX_TELEPORTER, 0xf9
|
||||
.equiv SFX_FA, 0xfa
|
||||
.equiv SFX_FB, 0xfb
|
||||
.equiv SFX_FC, 0xfc
|
||||
.equiv SFX_ITEM_BOMB_EXPLODE, 0xfd
|
||||
.equiv SFX_HIT, 0xfe
|
||||
.equiv SFX_FF, 0xff
|
||||
.equiv SFX_100, 0x100
|
||||
.equiv SFX_101, 0x101
|
||||
.equiv SFX_102, 0x102
|
||||
.equiv SFX_103, 0x103
|
||||
.equiv SFX_104, 0x104
|
||||
.equiv SFX_105, 0x105
|
||||
.equiv SFX_106, 0x106
|
||||
.equiv SFX_107, 0x107
|
||||
.equiv SFX_108, 0x108
|
||||
.equiv SFX_109, 0x109
|
||||
.equiv SFX_10A, 0x10a
|
||||
.equiv SFX_10B, 0x10b
|
||||
.equiv SFX_10C, 0x10c
|
||||
.equiv SFX_10D, 0x10d
|
||||
.equiv SFX_10E, 0x10e
|
||||
.equiv SFX_10F, 0x10f
|
||||
.equiv SFX_110, 0x110
|
||||
.equiv SFX_111, 0x111
|
||||
.equiv SFX_112, 0x112
|
||||
.equiv SFX_113, 0x113
|
||||
.equiv SFX_114, 0x114
|
||||
.equiv SFX_115, 0x115
|
||||
.equiv SFX_116, 0x116
|
||||
.equiv SFX_117, 0x117
|
||||
.equiv SFX_ITEM_SHIELD_BOUNCE, 0x118
|
||||
.equiv SFX_ITEM_GLOVES_KNOCKBACK, 0x119
|
||||
.equiv SFX_EM_ARMOS_ON, 0x11a
|
||||
.equiv SFX_11B, 0x11b
|
||||
.equiv SFX_11C, 0x11c
|
||||
.equiv SFX_11D, 0x11d
|
||||
.equiv SFX_EM_MOBLIN_SPEAR, 0x11e
|
||||
.equiv SFX_LOW_HEALTH, 0x11f
|
||||
.equiv SFX_CHARGING_UP, 0x120
|
||||
.equiv SFX_STAIRS, 0x121
|
||||
.equiv SFX_122, 0x122
|
||||
.equiv SFX_123, 0x123
|
||||
.equiv SFX_124, 0x124
|
||||
.equiv SFX_125, 0x125
|
||||
.equiv SFX_126, 0x126
|
||||
.equiv SFX_BOSS_HIT, 0x127
|
||||
.equiv SFX_BOSS_DIE, 0x128
|
||||
.equiv SFX_BOSS_EXPLODE, 0x129
|
||||
.equiv SFX_12A, 0x12a
|
||||
.equiv SFX_12B, 0x12b
|
||||
.equiv SFX_12C, 0x12c
|
||||
.equiv SFX_12D, 0x12d
|
||||
.equiv SFX_12E, 0x12e
|
||||
.equiv SFX_12F, 0x12f
|
||||
.equiv SFX_130, 0x130
|
||||
.equiv SFX_131, 0x131
|
||||
.equiv SFX_132, 0x132
|
||||
.equiv SFX_133, 0x133
|
||||
.equiv SFX_134, 0x134
|
||||
.equiv SFX_135, 0x135
|
||||
.equiv SFX_136, 0x136
|
||||
.equiv SFX_137, 0x137
|
||||
.equiv SFX_138, 0x138
|
||||
.equiv SFX_139, 0x139
|
||||
.equiv SFX_13A, 0x13a
|
||||
.equiv SFX_13B, 0x13b
|
||||
.equiv SFX_13C, 0x13c
|
||||
.equiv SFX_ITEM_LANTERN_ON, 0x13d
|
||||
.equiv SFX_ITEM_LANTERN_OFF, 0x13e
|
||||
.equiv SFX_ITEM_SWORD_BEAM, 0x13f
|
||||
.equiv SFX_140, 0x140
|
||||
.equiv SFX_HEART_CONTAINER_SPAWN, 0x141
|
||||
.equiv SFX_SPARKLES, 0x142
|
||||
.equiv SFX_143, 0x143
|
||||
.equiv SFX_144, 0x144
|
||||
.equiv SFX_145, 0x145
|
||||
.equiv SFX_146, 0x146
|
||||
.equiv SFX_147, 0x147
|
||||
.equiv SFX_148, 0x148
|
||||
.equiv SFX_149, 0x149
|
||||
.equiv SFX_14A, 0x14a
|
||||
.equiv SFX_14B, 0x14b
|
||||
.equiv SFX_14C, 0x14c
|
||||
.equiv SFX_14D, 0x14d
|
||||
.equiv SFX_14E, 0x14e
|
||||
.equiv SFX_14F, 0x14f
|
||||
.equiv SFX_150, 0x150
|
||||
.equiv SFX_151, 0x151
|
||||
.equiv SFX_152, 0x152
|
||||
.equiv SFX_153, 0x153
|
||||
.equiv SFX_154, 0x154
|
||||
.equiv SFX_155, 0x155
|
||||
.equiv SFX_156, 0x156
|
||||
.equiv SFX_157, 0x157
|
||||
.equiv SFX_158, 0x158
|
||||
.equiv SFX_159, 0x159
|
||||
.equiv SFX_15A, 0x15a
|
||||
.equiv SFX_15B, 0x15b
|
||||
.equiv SFX_15C, 0x15c
|
||||
.equiv SFX_15D, 0x15d
|
||||
.equiv SFX_15E, 0x15e
|
||||
.equiv SFX_15F, 0x15f
|
||||
.equiv SFX_160, 0x160
|
||||
.equiv SFX_161, 0x161
|
||||
.equiv SFX_162, 0x162
|
||||
.equiv SFX_163, 0x163
|
||||
.equiv SFX_164, 0x164
|
||||
.equiv SFX_165, 0x165
|
||||
.equiv SFX_166, 0x166
|
||||
.equiv SFX_167, 0x167
|
||||
.equiv SFX_168, 0x168
|
||||
.equiv SFX_169, 0x169
|
||||
.equiv SFX_16A, 0x16a
|
||||
.equiv SFX_16B, 0x16b
|
||||
.equiv SFX_16C, 0x16c
|
||||
.equiv SFX_16D, 0x16d
|
||||
.equiv SFX_16E, 0x16e
|
||||
.equiv SFX_PLY_SHRINKING, 0x16f
|
||||
.equiv SFX_PLY_GROW, 0x170
|
||||
.equiv SFX_171, 0x171
|
||||
.equiv SFX_172, 0x172
|
||||
.equiv SFX_EZLO_UI, 0x173
|
||||
.equiv SFX_174, 0x174
|
||||
.equiv SFX_175, 0x175
|
||||
.equiv SFX_176, 0x176
|
||||
.equiv SFX_177, 0x177
|
||||
.equiv SFX_178, 0x178
|
||||
.equiv SFX_179, 0x179
|
||||
.equiv SFX_17A, 0x17a
|
||||
.equiv SFX_LAVA_TILE_STEP, 0x17b
|
||||
.equiv SFX_LAVA_TILE_WOBBLE, 0x17c
|
||||
.equiv SFX_LAVA_TILE_SINK, 0x17d
|
||||
.equiv SFX_LAVA_TILE_FLIP, 0x17e
|
||||
.equiv SFX_LAVA_TILE_LAND, 0x17f
|
||||
.equiv SFX_180, 0x180
|
||||
.equiv SFX_181, 0x181
|
||||
.equiv SFX_182, 0x182
|
||||
.equiv SFX_183, 0x183
|
||||
.equiv SFX_184, 0x184
|
||||
.equiv SFX_185, 0x185
|
||||
.equiv SFX_186, 0x186
|
||||
.equiv SFX_STAIRS_ASCEND, 0x187
|
||||
.equiv SFX_STAIRS_DESCEND, 0x188
|
||||
.equiv SFX_189, 0x189
|
||||
.equiv SFX_18A, 0x18a
|
||||
.equiv SFX_18B, 0x18b
|
||||
.equiv SFX_18C, 0x18c
|
||||
.equiv SFX_18D, 0x18d
|
||||
.equiv SFX_18E, 0x18e
|
||||
.equiv SFX_18F, 0x18f
|
||||
.equiv SFX_190, 0x190
|
||||
.equiv SFX_191, 0x191
|
||||
.equiv SFX_192, 0x192
|
||||
.equiv SFX_193, 0x193
|
||||
.equiv SFX_194, 0x194
|
||||
.equiv SFX_195, 0x195
|
||||
.equiv SFX_196, 0x196
|
||||
.equiv SFX_197, 0x197
|
||||
.equiv SFX_198, 0x198
|
||||
.equiv SFX_199, 0x199
|
||||
.equiv SFX_19A, 0x19a
|
||||
.equiv SFX_19B, 0x19b
|
||||
.equiv SFX_19C, 0x19c
|
||||
.equiv SFX_19D, 0x19d
|
||||
.equiv SFX_19E, 0x19e
|
||||
.equiv SFX_19F, 0x19f
|
||||
.equiv SFX_1A0, 0x1a0
|
||||
.equiv SFX_1A1, 0x1a1
|
||||
.equiv SFX_1A2, 0x1a2
|
||||
.equiv SFX_1A3, 0x1a3
|
||||
.equiv SFX_1A4, 0x1a4
|
||||
.equiv SFX_1A5, 0x1a5
|
||||
.equiv SFX_1A6, 0x1a6
|
||||
.equiv SFX_1A7, 0x1a7
|
||||
.equiv SFX_1A8, 0x1a8
|
||||
.equiv SFX_1A9, 0x1a9
|
||||
.equiv SFX_1AA, 0x1aa
|
||||
.equiv SFX_1AB, 0x1ab
|
||||
.equiv SFX_1AC, 0x1ac
|
||||
.equiv SFX_1AD, 0x1ad
|
||||
.equiv SFX_1AE, 0x1ae
|
||||
.equiv SFX_1AF, 0x1af
|
||||
.equiv SFX_1B0, 0x1b0
|
||||
.equiv SFX_ICE_BLOCK_SLIDE, 0x1b1
|
||||
.equiv SFX_ICE_BLOCK_STOP, 0x1b2
|
||||
.equiv SFX_ICE_BLOCK_MELT, 0x1b3
|
||||
.equiv SFX_1B4, 0x1b4
|
||||
.equiv SFX_1B5, 0x1b5
|
||||
.equiv SFX_1B6, 0x1b6
|
||||
.equiv SFX_VO_GORON1, 0x1b7
|
||||
.equiv SFX_VO_GORON2, 0x1b8
|
||||
.equiv SFX_VO_GORON3, 0x1b9
|
||||
.equiv SFX_VO_GORON4, 0x1ba
|
||||
.equiv SFX_EM_DEKUSCRUB_HIT, 0x1bb
|
||||
.equiv SFX_1BC, 0x1bc
|
||||
.equiv SFX_1BD, 0x1bd
|
||||
.equiv SFX_1BE, 0x1be
|
||||
.equiv SFX_1BF, 0x1bf
|
||||
.equiv SFX_1C0, 0x1c0
|
||||
.equiv SFX_1C1, 0x1c1
|
||||
.equiv SFX_1C2, 0x1c2
|
||||
.equiv SFX_1C3, 0x1c3
|
||||
.equiv SFX_1C4, 0x1c4
|
||||
.equiv SFX_1C5, 0x1c5
|
||||
.equiv SFX_1C6, 0x1c6
|
||||
.equiv SFX_1C7, 0x1c7
|
||||
.equiv SFX_1C8, 0x1c8
|
||||
.equiv SFX_1C9, 0x1c9
|
||||
.equiv SFX_1CA, 0x1ca
|
||||
.equiv SFX_1CB, 0x1cb
|
||||
.equiv SFX_1CC, 0x1cc
|
||||
.equiv SFX_ELEMENT_PLACE, 0x1cd
|
||||
.equiv SFX_ELEMENT_FLOAT, 0x1ce
|
||||
.equiv SFX_ELEMENT_CHARGE, 0x1cf
|
||||
.equiv SFX_1D0, 0x1d0
|
||||
.equiv SFX_ELEMENT_INFUSE, 0x1d1
|
||||
.equiv SFX_1D2, 0x1d2
|
||||
.equiv SFX_1D3, 0x1d3
|
||||
.equiv SFX_1D4, 0x1d4
|
||||
.equiv SFX_1D5, 0x1d5
|
||||
.equiv SFX_VO_CUCCO1, 0x1d6
|
||||
.equiv SFX_VO_CUCCO2, 0x1d7
|
||||
.equiv SFX_VO_CUCCO3, 0x1d8
|
||||
.equiv SFX_VO_CUCCO4, 0x1d9
|
||||
.equiv SFX_VO_CUCCO5, 0x1da
|
||||
.equiv SFX_1DB, 0x1db
|
||||
.equiv SFX_1DC, 0x1dc
|
||||
.equiv SFX_1DD, 0x1dd
|
||||
.equiv SFX_1DE, 0x1de
|
||||
.equiv SFX_1DF, 0x1df
|
||||
.equiv SFX_1E0, 0x1e0
|
||||
.equiv SFX_1E1, 0x1e1
|
||||
.equiv SFX_1E2, 0x1e2
|
||||
.equiv SFX_1E3, 0x1e3
|
||||
.equiv SFX_1E4, 0x1e4
|
||||
.equiv SFX_1E5, 0x1e5
|
||||
.equiv SFX_1E6, 0x1e6
|
||||
.equiv SFX_1E7, 0x1e7
|
||||
.equiv SFX_1E8, 0x1e8
|
||||
.equiv SFX_1E9, 0x1e9
|
||||
.equiv SFX_1EA, 0x1ea
|
||||
.equiv SFX_1EB, 0x1eb
|
||||
.equiv SFX_1EC, 0x1ec
|
||||
.equiv SFX_1ED, 0x1ed
|
||||
.equiv SFX_1EE, 0x1ee
|
||||
.equiv SFX_1EF, 0x1ef
|
||||
.equiv SFX_1F0, 0x1f0
|
||||
.equiv SFX_1F1, 0x1f1
|
||||
.equiv SFX_1F2, 0x1f2
|
||||
.equiv SFX_1F3, 0x1f3
|
||||
.equiv SFX_1F4, 0x1f4
|
||||
.equiv SFX_1F5, 0x1f5
|
||||
.equiv SFX_1F6, 0x1f6
|
||||
.equiv SFX_1F7, 0x1f7
|
||||
.equiv SFX_1F8, 0x1f8
|
||||
.equiv SFX_1F9, 0x1f9
|
||||
.equiv SFX_1FA, 0x1fa
|
||||
.equiv SFX_1FB, 0x1fb
|
||||
.equiv SFX_1FC, 0x1fc
|
||||
.equiv SFX_1FD, 0x1fd
|
||||
.equiv SFX_1FE, 0x1fe
|
||||
.equiv SFX_1FF, 0x1ff
|
||||
.equiv SFX_200, 0x200
|
||||
.equiv SFX_201, 0x201
|
||||
.equiv SFX_202, 0x202
|
||||
.equiv SFX_203, 0x203
|
||||
.equiv SFX_204, 0x204
|
||||
.equiv SFX_205, 0x205
|
||||
.equiv SFX_206, 0x206
|
||||
.equiv SFX_207, 0x207
|
||||
.equiv SFX_208, 0x208
|
||||
.equiv SFX_209, 0x209
|
||||
.equiv SFX_20A, 0x20a
|
||||
.equiv SFX_20B, 0x20b
|
||||
.equiv SFX_20C, 0x20c
|
||||
.equiv SFX_20D, 0x20d
|
||||
.equiv SFX_20E, 0x20e
|
||||
.equiv SFX_20F, 0x20f
|
||||
.equiv SFX_210, 0x210
|
||||
.equiv SFX_211, 0x211
|
||||
.equiv SFX_212, 0x212
|
||||
.equiv SFX_213, 0x213
|
||||
.equiv SFX_214, 0x214
|
||||
.equiv SFX_215, 0x215
|
||||
.equiv SFX_216, 0x216
|
||||
.equiv SFX_217, 0x217
|
||||
.equiv SFX_218, 0x218
|
||||
.equiv SFX_219, 0x219
|
||||
.equiv SFX_21A, 0x21a
|
||||
.equiv SFX_21B, 0x21b
|
||||
.equiv SFX_21C, 0x21c
|
||||
.equiv SFX_21D, 0x21d
|
||||
.equiv SFX_21E, 0x21e
|
||||
.equiv SFX_21F, 0x21f
|
||||
.equiv SFX_220, 0x220
|
||||
.equiv SFX_221, 0x221
|
||||
.equiv SONG_STOP_ALL, 0x80010000
|
||||
.equiv SONG_VOL_ZERO, 0x80020000
|
||||
.equiv SONG_VOL_RESET_ALL, 0x80030000
|
||||
.equiv SONG_VSYNC_OFF, 0x80040000
|
||||
.equiv SONG_STOP, 0x80050000
|
||||
.equiv SONG_VSYNC_ON, 0x80060000
|
||||
.equiv SONG_UNK_7, 0x80070000
|
||||
.equiv SONG_VOL_FADE_OUT, 0x80080000
|
||||
.equiv SONG_UNK_9, 0x80090000
|
||||
.equiv SONG_UNK_A, 0x800a0000
|
||||
.equiv SONG_VOL_RESET, 0x800b0000
|
||||
.equiv SONG_UNK_C, 0x800c0000
|
||||
.equiv SONG_VOL_CHAN1_SILENT, 0x800d0000
|
||||
.equiv SONG_VOL_CHAN1_RESET, 0x800e0000
|
||||
.equiv SONG_UNK_F, 0x800f0000
|
||||
.equiv SONG_RESET_UNK, 0x80100000
|
||||
.equiv SONG_UNK_11, 0x80110000
|
||||
@@ -1,3 +1,4 @@
|
||||
.include "constants/gba_constants.inc"
|
||||
.include "constants/m4a_constants.inc"
|
||||
.include "constants/audio_constants.inc"
|
||||
.include "constants/misc_constants.inc"
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
.section .rodata
|
||||
.align 2
|
||||
|
||||
song_08A12ECC:: @ 08A12ECC
|
||||
bgmUnused:: @ 08A12ECC
|
||||
.incbin "baserom.gba", 0xA12ECC, 0x0000004
|
||||
|
||||
gUnk_08A12ED0:: @ 08A12ED0
|
||||
|
||||
@@ -59,7 +59,7 @@ script_08008BD2:
|
||||
WaitForSomething 0x00000001
|
||||
WaitForSomething 0x00000004
|
||||
Wait 0x000f
|
||||
PlaySound 0x0072
|
||||
PlaySound SFX_SECRET
|
||||
_0807E930 0x0004
|
||||
Call sub_0807F2D4
|
||||
TextboxNoOverlap 0x4913
|
||||
@@ -80,7 +80,7 @@ script_08008C5C:
|
||||
_0807EB44 0x0004
|
||||
_0807E930 0x0004
|
||||
SetEntitySpeed 0x0300
|
||||
PlaySound 0x0121
|
||||
PlaySound SFX_STAIRS
|
||||
EndBlock
|
||||
WaitForSomething 0x00000002
|
||||
TextboxNoOverlap 0x490d
|
||||
@@ -97,19 +97,19 @@ script_08008C5C:
|
||||
Call sub_08064D10
|
||||
Wait 0x000f
|
||||
_0807EB44 0x0004
|
||||
PlaySound 0x007f
|
||||
PlaySound SFX_PLY_LIFT
|
||||
Wait 0x000f
|
||||
_0807EB44 0x0002
|
||||
_0807EDD4 0x00ac, 0x0078
|
||||
Wait 0x000f
|
||||
_0807EB44 0x0004
|
||||
PlaySound 0x007f
|
||||
PlaySound SFX_PLY_LIFT
|
||||
Wait 0x000f
|
||||
_0807EB44 0x0002
|
||||
_0807EDD4 0x00c0, 0x0078
|
||||
Wait 0x000f
|
||||
_0807EB44 0x0004
|
||||
PlaySound 0x007f
|
||||
PlaySound SFX_PLY_LIFT
|
||||
Wait 0x000f
|
||||
_0807EB44 0x0006
|
||||
Wait 0x001e
|
||||
@@ -122,7 +122,7 @@ script_08008C5C:
|
||||
Call sub_08064D08
|
||||
_0807EDD4 0x0068, 0x0018
|
||||
Call sub_08064D10
|
||||
PlaySound 0x0121
|
||||
PlaySound SFX_STAIRS
|
||||
_0807E5F8 0x00000001
|
||||
DoPostScriptAction 0x0006
|
||||
SCRIPT_END
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
SCRIPT_START script_08008FC0
|
||||
_0807F078 0x0001, 0x0001
|
||||
CallWithArg sub_0807F918, 0x00000001
|
||||
PlaySound 0x0109
|
||||
PlaySound SFX_109
|
||||
CallWithArg sub_0807F238, 0x0000045f
|
||||
Call sub_0807F304
|
||||
TextboxNoOverlapFollowPos 0x0501, 0x000e
|
||||
|
||||
@@ -4,10 +4,10 @@ SCRIPT_START script_08008FFC
|
||||
_0807E930 0x0000
|
||||
EndBlock
|
||||
WaitForSomething 0x00000010
|
||||
PlaySound 0x011c
|
||||
PlaySound SFX_11C
|
||||
_0807E930 0x0001
|
||||
Wait 0x0010
|
||||
PlaySound 0x011c
|
||||
PlaySound SFX_11C
|
||||
_0807EB44 0x0004
|
||||
_0807E930 0x0006
|
||||
Wait 0x0010
|
||||
|
||||
@@ -4,7 +4,7 @@ SCRIPT_START script_0800903C
|
||||
DoPostScriptAction 0x0000
|
||||
EndBlock
|
||||
WaitForSomething2 0x00000004
|
||||
PlaySound 0x007c
|
||||
PlaySound SFX_PLY_JUMP
|
||||
_0807EF3C 0x0180, 0x0030
|
||||
_0807EB44 0x0002
|
||||
_0807E5F8 0x00000008
|
||||
|
||||
@@ -7,7 +7,7 @@ SCRIPT_START script_080095F2
|
||||
Call sub_0806BE84
|
||||
_0807EA94
|
||||
JumpIfNot script_08009622
|
||||
PlaySound 0x0109
|
||||
PlaySound SFX_109
|
||||
_0807F088 0x003c
|
||||
TextboxNoOverlapFollow 0x053c
|
||||
WaitPlayerAction8
|
||||
@@ -43,8 +43,8 @@ script_08009660:
|
||||
Call sub_0806BEC8
|
||||
_0807EA94
|
||||
JumpIfNot script_0800968E
|
||||
PlaySound 0x0111
|
||||
PlaySound 0x0072
|
||||
PlaySound SFX_111
|
||||
PlaySound SFX_SECRET
|
||||
_0807F078 0x003c, 0x0002
|
||||
Call sub_0806BEFC
|
||||
script_0800968E:
|
||||
@@ -65,11 +65,11 @@ script_080096AC:
|
||||
Call sub_0807DF28
|
||||
StartPlayerScript script_08009704
|
||||
WaitForSomething2 0x00000001
|
||||
PlaySound 0x0111
|
||||
PlaySound SFX_111
|
||||
DoPostScriptAction 0x0008
|
||||
LoadRoomEntityList gUnk_080D9048
|
||||
Wait 0x000f
|
||||
PlaySound 0x0111
|
||||
PlaySound SFX_111
|
||||
DoPostScriptAction 0x0007
|
||||
script_080096EC:
|
||||
CheckGlobalFlag 0x0020
|
||||
|
||||
@@ -20,7 +20,7 @@ script_0800975A:
|
||||
_0807E864
|
||||
Call sub_0807F9A4
|
||||
Call sub_0807DF28
|
||||
PlaySound 0x01f3
|
||||
PlaySound SFX_1F3
|
||||
Call sub_0807F40C
|
||||
_0807E8E4_1
|
||||
Wait 0x000a
|
||||
|
||||
@@ -6,7 +6,7 @@ SCRIPT_START script_080097F0
|
||||
Call sub_0807F348
|
||||
EndBlock
|
||||
WaitForSomething2 0x00000002
|
||||
PlaySound 0x0123
|
||||
PlaySound SFX_123
|
||||
Call sub_0807F1A0
|
||||
script_08009816:
|
||||
EndBlock
|
||||
@@ -16,6 +16,6 @@ script_08009816:
|
||||
EndBlock
|
||||
_0807E5F8 0x00000004
|
||||
Call sub_0807FBD4
|
||||
PlaySound 0x01f3
|
||||
PlaySound SFX_1F3
|
||||
DoPostScriptAction 0x0006
|
||||
SCRIPT_END
|
||||
|
||||
@@ -8,9 +8,9 @@ SCRIPT_START script_08009838
|
||||
WaitForSomething2 0x00000008
|
||||
Call sub_0809E0A0
|
||||
Call sub_0809E0D4
|
||||
PlaySound 0x01f3
|
||||
PlaySound SFX_1F3
|
||||
Call sub_0807FBD4
|
||||
PlaySound 0x01f3
|
||||
PlaySound SFX_1F3
|
||||
_0807E5F8 0x00000010
|
||||
DoPostScriptAction 0x0006
|
||||
SCRIPT_END
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
SCRIPT_START script_0800987C
|
||||
PlaySound 0x007a
|
||||
PlaySound SFX_PLY_VO6
|
||||
_0807EB44 0x0004
|
||||
PlaySound 0x0086
|
||||
PlaySound SFX_86
|
||||
Call sub_0807F36C
|
||||
SetEntitySpeed 0x0400
|
||||
_0807ECF4 0x0004
|
||||
@@ -9,7 +9,7 @@ SCRIPT_START script_0800987C
|
||||
Wait 0x001e
|
||||
_0807E5F8 0x00000040
|
||||
WaitForSomething2 0x00000020
|
||||
PlaySound 0x007c
|
||||
PlaySound SFX_PLY_JUMP
|
||||
_0807EB44 0x0004
|
||||
Call sub_0807F210
|
||||
_0807EF3C 0x0200, 0x0020
|
||||
|
||||
@@ -10,7 +10,7 @@ script_08009A38:
|
||||
CameraTargetEntity
|
||||
SetEntitySpeed 0x0080
|
||||
Wait 0x0078
|
||||
PlayBgm 0x0036
|
||||
PlayBgm BGM_MINISH_CAP
|
||||
_0807E778 0x0002
|
||||
DoFade4
|
||||
WaitFor_2
|
||||
|
||||
@@ -2,10 +2,10 @@ SCRIPT_START script_08009AF8
|
||||
BeginBlock
|
||||
EndBlock
|
||||
WaitForSomething2 0x00000010
|
||||
PlaySound 0x00f0
|
||||
PlaySound SFX_F0
|
||||
DoPostScriptAction 0x0008
|
||||
Wait 0x001e
|
||||
PlaySound 0x00f1
|
||||
PlaySound SFX_F1
|
||||
DoPostScriptAction 0x0007
|
||||
Wait 0x005a
|
||||
_0807E778 0x0004
|
||||
|
||||
@@ -12,7 +12,7 @@ SCRIPT_START script_08009CFC
|
||||
DoPostScriptAction 0x0000
|
||||
_0807E8E4_0
|
||||
Wait 0x000f
|
||||
PlaySound 0x0094
|
||||
PlaySound SFX_VO_ZELDA1
|
||||
DoPostScriptAction 0x0000
|
||||
Wait 0x001e
|
||||
_0807E5F8 0x00000008
|
||||
|
||||
@@ -47,7 +47,7 @@ script_08009F86:
|
||||
Jump script_08009F86
|
||||
script_08009FB6:
|
||||
Wait 0x0008
|
||||
PlaySound 0x0103
|
||||
PlaySound SFX_103
|
||||
CallWithArg sub_0806030C, 0x00000063
|
||||
Wait 0x0008
|
||||
_0807E878
|
||||
|
||||
@@ -5,7 +5,7 @@ SCRIPT_START script_0800A0B4
|
||||
Call sub_0807DF28
|
||||
EndBlock
|
||||
Wait 0x0078
|
||||
PlayBgm 0x0018
|
||||
PlayBgm BGM_ELEMENT_THEME
|
||||
Call sub_080A0464
|
||||
script_0800A0D2:
|
||||
_0807EE30
|
||||
|
||||
@@ -13,7 +13,7 @@ script_0800A0FE:
|
||||
_0807E8E4_3
|
||||
CallWithArg sub_0807F75C, 0x00d00060
|
||||
CallWithArg sub_08094AE8, script_0800A160
|
||||
PlaySound 0x00f7
|
||||
PlaySound SFX_APPARATE
|
||||
_0807E778 0x0002
|
||||
DoFade6
|
||||
EndBlock
|
||||
|
||||
@@ -8,9 +8,9 @@ SCRIPT_START script_0800A160
|
||||
CallWithArg sub_0807F98C, 0xff800000
|
||||
CallWithArg sub_080960C4, script_0800A1B4
|
||||
EndBlock
|
||||
PlaySound 0x0142
|
||||
PlaySound SFX_SPARKLES
|
||||
_0807EF3C 0xff80, 0x0000
|
||||
PlaySound 0x0143
|
||||
PlaySound SFX_143
|
||||
_0807E930 0x0004
|
||||
_0807E5F8 0x00000002
|
||||
Wait 0x003c
|
||||
|
||||
@@ -56,8 +56,8 @@ SCRIPT_START script_0800A1D8
|
||||
WaitForSomething2 0x00000080
|
||||
_0807E5F8 0x00000008
|
||||
WaitForSomething2 0x00000100
|
||||
PlayBgm 0x0008
|
||||
PlaySound 0x00f7
|
||||
PlayBgm BGM_INTRO_CUTSCENE
|
||||
PlaySound SFX_APPARATE
|
||||
CallWithArg sub_0806DA1C, 0x00000007
|
||||
DoPostScriptAction 0x0006
|
||||
SCRIPT_END
|
||||
|
||||
@@ -27,32 +27,32 @@ SCRIPT_START script_0800A3D8
|
||||
WaitForSomething2 0x00000004
|
||||
_0807EB44 0x0004
|
||||
DoPostScriptAction 0x0000
|
||||
PlaySound 0x0142
|
||||
PlaySound SFX_SPARKLES
|
||||
CallWithArg sub_080960C4, script_0800A638
|
||||
_0807E5F8 0x00000080
|
||||
WaitForSomething2 0x00000004
|
||||
PlaySound 0x0143
|
||||
PlaySound SFX_143
|
||||
_0807E5F8 0x00001000
|
||||
_0807E5F8 0x00000080
|
||||
WaitForSomething2 0x00000004
|
||||
Call sub_08066E68
|
||||
_0807E5F8 0x00000080
|
||||
WaitForSomething2 0x00000004
|
||||
PlaySound 0x0142
|
||||
PlaySound SFX_SPARKLES
|
||||
CallWithArg sub_080960C4, script_0800A680
|
||||
Wait 0x0078
|
||||
PlaySound 0x0153
|
||||
PlaySound SFX_153
|
||||
CallWithArg sub_0807FADC, 0x00000003
|
||||
Wait 0x000f
|
||||
PlaySound 0x0153
|
||||
PlaySound SFX_153
|
||||
CallWithArg sub_0807FADC, 0x00000003
|
||||
Wait 0x000f
|
||||
PlaySound 0x0153
|
||||
PlaySound SFX_153
|
||||
CallWithArg sub_0807FADC, 0x00000003
|
||||
Wait 0x003c
|
||||
PlaySound 0x0153
|
||||
PlaySound SFX_153
|
||||
CallWithArg sub_0807FADC, 0x00000001
|
||||
PlaySound 0x0143
|
||||
PlaySound SFX_143
|
||||
_0807E5F8 0x00000080
|
||||
WaitForSomething2 0x00000004
|
||||
DoPostScriptAction 0x0006
|
||||
|
||||
@@ -7,7 +7,7 @@ SCRIPT_START script_0800A500
|
||||
Call sub_0807F348
|
||||
EndBlock
|
||||
WaitForSomething2 0x00000008
|
||||
PlaySound 0x0142
|
||||
PlaySound SFX_SPARKLES
|
||||
_0807E610 0x00000800
|
||||
CallWithArg sub_080960C4, script_0800A65C
|
||||
_0807E930 0x0002
|
||||
@@ -19,12 +19,12 @@ SCRIPT_START script_0800A500
|
||||
Call sub_08094B3C
|
||||
_0807E930 0x0004
|
||||
_0807E5F8 0x00000800
|
||||
PlaySound 0x0143
|
||||
PlaySound SFX_143
|
||||
_0807E5F8 0x00000100
|
||||
WaitForSomething2 0x00000008
|
||||
DoPostScriptAction 0x0008
|
||||
Call sub_080961B0
|
||||
PlaySound 0x00fa
|
||||
PlaySound SFX_FA
|
||||
Wait 0x003c
|
||||
_0807E5F8 0x00000100
|
||||
SCRIPT_END
|
||||
|
||||
@@ -12,14 +12,14 @@ SCRIPT_START script_0800A590
|
||||
WaitForSomething2 0x00000010
|
||||
CallWithArg sub_0807F6E8, 0x00000008
|
||||
DoPostScriptAction 0x0007
|
||||
PlaySound 0x0142
|
||||
PlaySound SFX_SPARKLES
|
||||
_0807E610 0x00000800
|
||||
CallWithArg sub_080960C4, script_0800A65C
|
||||
Wait 0x003c
|
||||
_0807EDD4 0x0088, 0x0068
|
||||
Wait 0x0078
|
||||
_0807E5F8 0x00000800
|
||||
PlaySound 0x0143
|
||||
PlaySound SFX_143
|
||||
_0807EF3C 0x0000, 0x0020
|
||||
_0807E930 0x001f
|
||||
_0807E5F8 0x00000200
|
||||
|
||||
@@ -6,7 +6,7 @@ SCRIPT_START script_0800A6A4
|
||||
Call sub_0807F844
|
||||
EndBlock
|
||||
Wait 0x003c
|
||||
PlaySound 0x00f6
|
||||
PlaySound SFX_EVAPORATE
|
||||
CallWithArg sub_0806DA1C, 0x00000008
|
||||
DoPostScriptAction 0x0006
|
||||
SCRIPT_END
|
||||
|
||||
@@ -4,7 +4,7 @@ SCRIPT_START script_0800A6D4
|
||||
Call sub_0807DF28
|
||||
SetEntityPositionRelative 0x0088, 0x0070
|
||||
Call sub_0807F844
|
||||
PlaySound 0x00f7
|
||||
PlaySound SFX_APPARATE
|
||||
EndBlock
|
||||
Wait 0x003c
|
||||
CallWithArg sub_0806DA1C, 0x00000009
|
||||
|
||||
@@ -6,7 +6,7 @@ SCRIPT_START script_0800A704
|
||||
Call sub_0807F844
|
||||
EndBlock
|
||||
Wait 0x003c
|
||||
PlaySound 0x00f6
|
||||
PlaySound SFX_EVAPORATE
|
||||
CallWithArg sub_0806DA1C, 0x0000000a
|
||||
DoPostScriptAction 0x0006
|
||||
SCRIPT_END
|
||||
|
||||
@@ -4,7 +4,7 @@ SCRIPT_START script_0800A734
|
||||
Call sub_0807DF28
|
||||
SetEntityPositionRelative 0x00d8, 0x01c8
|
||||
Call sub_0807F844
|
||||
PlaySound 0x00f7
|
||||
PlaySound SFX_APPARATE
|
||||
EndBlock
|
||||
Wait 0x003c
|
||||
CallWithArg sub_0806DA1C, 0x0000000b
|
||||
|
||||
@@ -6,12 +6,12 @@ SCRIPT_START script_0800A764
|
||||
Call sub_0807F844
|
||||
EndBlock
|
||||
Wait 0x003c
|
||||
PlaySound 0x00f6
|
||||
PlaySound SFX_EVAPORATE
|
||||
_0807E778 0x0004
|
||||
DoFade7
|
||||
WaitFor_2
|
||||
_0807E5F8 0x00000001
|
||||
PlaySound 0x00f7
|
||||
PlaySound SFX_APPARATE
|
||||
_0807E778 0x0002
|
||||
DoFade6
|
||||
WaitFor_2
|
||||
|
||||
@@ -6,7 +6,7 @@ SCRIPT_START script_0800AAD8
|
||||
Call sub_0807F844
|
||||
EndBlock
|
||||
Wait 0x003c
|
||||
PlaySound 0x00f6
|
||||
PlaySound SFX_EVAPORATE
|
||||
CallWithArg sub_0806DA1C, 0x0000000f
|
||||
DoPostScriptAction 0x0006
|
||||
SCRIPT_END
|
||||
|
||||
@@ -7,7 +7,7 @@ SCRIPT_START script_0800AB08
|
||||
_0807E8E4_3
|
||||
CallWithArg sub_0807F6E8, 0x00000008
|
||||
CallWithArg sub_0807F75C, 0x00a80088
|
||||
PlaySound 0x00f7
|
||||
PlaySound SFX_APPARATE
|
||||
EndBlock
|
||||
Wait 0x0078
|
||||
_0807F0B4 0x0001
|
||||
|
||||
@@ -2,7 +2,7 @@ SCRIPT_START script_0800ACE0
|
||||
BeginBlock
|
||||
Call sub_08094BE0
|
||||
CallWithArg sub_0807F238, 0x0000045b
|
||||
PlaySound 0x0109
|
||||
PlaySound SFX_109
|
||||
EndBlock
|
||||
Call sub_0807F304
|
||||
Wait 0x005a
|
||||
|
||||
@@ -3,10 +3,10 @@ SCRIPT_START script_0800AF18
|
||||
DoPostScriptAction 0x0007
|
||||
DoPostScriptAction 0x000b
|
||||
CallWithArg sub_0807F994, 0x0000fff8
|
||||
PlaySound 0x0142
|
||||
PlaySound SFX_SPARKLES
|
||||
EndBlock
|
||||
WaitForSomething 0x00000020
|
||||
PlaySound 0x0143
|
||||
PlaySound SFX_143
|
||||
DoPostScriptAction 0x0006
|
||||
SCRIPT_END
|
||||
.2byte 0x0000
|
||||
|
||||
@@ -48,7 +48,7 @@ script_0800B160:
|
||||
WaitForSomething2 0x00000001
|
||||
SetRoomFlag 0x0000
|
||||
Wait 0x0010
|
||||
PlayBgm 0x002d
|
||||
PlayBgm BGM_FIGHT_THEME
|
||||
_0807EB28 0x2701
|
||||
_0807E878
|
||||
Call sub_0807DF50
|
||||
|
||||
@@ -22,7 +22,7 @@ script_0800B348:
|
||||
script_0800B350:
|
||||
EndBlock
|
||||
WaitForSomething2 0x00000002
|
||||
PlaySound 0x00fd
|
||||
PlaySound SFX_ITEM_BOMB_EXPLODE
|
||||
Call sub_080676D8
|
||||
Call sub_0806757C
|
||||
Call sub_080675D4
|
||||
@@ -37,7 +37,7 @@ script_0800B350:
|
||||
JumpIfNot script_0800B350
|
||||
EndBlock
|
||||
SetLocalFlag 0x001d
|
||||
PlaySound 0x0072
|
||||
PlaySound SFX_SECRET
|
||||
script_0800B39C:
|
||||
DoPostScriptAction 0x0006
|
||||
SCRIPT_END
|
||||
|
||||
@@ -15,7 +15,7 @@ SCRIPT_START script_0800B41C
|
||||
WaitForSomething2 0x00000004
|
||||
_0807EB74
|
||||
Wait 0x003c
|
||||
PlaySound 0x00cd
|
||||
PlaySound SFX_TASK_COMPLETE
|
||||
_0807F088 0x0037
|
||||
WaitPlayerAction8
|
||||
_0807EB8C
|
||||
|
||||
@@ -6,16 +6,16 @@ SCRIPT_START script_0800B574
|
||||
EndBlock
|
||||
WaitForSomething2 0x00000010
|
||||
DoPostScriptAction 0x0008
|
||||
PlaySound 0x0111
|
||||
PlaySound SFX_111
|
||||
WaitForSomething2 0x00000010
|
||||
DoPostScriptAction 0x0007
|
||||
PlaySound 0x0111
|
||||
PlaySound SFX_111
|
||||
WaitForSomething2 0x00000010
|
||||
DoPostScriptAction 0x0008
|
||||
PlaySound 0x0111
|
||||
PlaySound SFX_111
|
||||
WaitForSomething2 0x00000010
|
||||
DoPostScriptAction 0x0007
|
||||
PlaySound 0x0111
|
||||
PlaySound SFX_111
|
||||
script_0800B5BC:
|
||||
Call sub_0808692C
|
||||
SCRIPT_END
|
||||
|
||||
@@ -4,7 +4,7 @@ SCRIPT_START script_0800B5C4
|
||||
_0807EB44 0x0004
|
||||
EndBlock
|
||||
Wait 0x001e
|
||||
PlaySound 0x00d1
|
||||
PlaySound SFX_VO_DOG
|
||||
_0807EDD4 0x008a, 0x005a
|
||||
Wait 0x000a
|
||||
Call sub_08069EE8
|
||||
|
||||
@@ -53,7 +53,7 @@ script_0800BA46:
|
||||
JumpIfNot script_0800BA6C
|
||||
SoundReq0x80100000
|
||||
Call sub_0806E964
|
||||
PlayBgm 0xffff
|
||||
PlayBGM
|
||||
script_0800BA6C:
|
||||
Call sub_0807DF50
|
||||
_0807E878
|
||||
|
||||
@@ -30,7 +30,7 @@ script_0800BC62:
|
||||
Call sub_0807F158
|
||||
CallWithArg sub_0807F4F8, 0x0000035c
|
||||
Wait 0x001e
|
||||
PlaySound 0x0188
|
||||
PlaySound SFX_STAIRS_DESCEND
|
||||
DoPostScriptAction 0x0008
|
||||
Wait 0x0078
|
||||
Call sub_08054968
|
||||
|
||||
@@ -10,5 +10,5 @@ SCRIPT_START script_0800C3CC
|
||||
CallWithArg sub_0807F4F8, 0x00000068
|
||||
Call sub_0806D67C
|
||||
_0807F0C8 0x001e, 0x0000
|
||||
PlaySound 0x010b
|
||||
PlaySound SFX_10B
|
||||
SCRIPT_END
|
||||
|
||||
@@ -10,7 +10,7 @@ SCRIPT_START script_0800C410
|
||||
CallWithArg sub_0807F4F8, 0x00000068
|
||||
Call sub_0806D67C
|
||||
_0807F0C8 0x001e, 0x0000
|
||||
PlaySound 0x010b
|
||||
PlaySound SFX_10B
|
||||
_0807E5F8 0x00000001
|
||||
SCRIPT_END
|
||||
.2byte 0x0000
|
||||
|
||||
@@ -6,7 +6,7 @@ SCRIPT_START script_0800C45C
|
||||
EndBlock
|
||||
Wait 0x000a
|
||||
DoPostScriptAction 0x0007
|
||||
PlaySound 0x0136
|
||||
PlaySound SFX_136
|
||||
script_0800C47A:
|
||||
_0807EE30
|
||||
JumpIfNot script_0800C47A
|
||||
|
||||
@@ -5,7 +5,7 @@ SCRIPT_START script_0800C494
|
||||
EndBlock
|
||||
Wait 0x000a
|
||||
DoPostScriptAction 0x0007
|
||||
PlaySound 0x0136
|
||||
PlaySound SFX_136
|
||||
_0807EEF4 0x0000, 0xff90
|
||||
Wait 0x001e
|
||||
_0807EEF4 0x0000, 0xffb0
|
||||
|
||||
@@ -5,7 +5,7 @@ SCRIPT_START script_0800C4D0
|
||||
EndBlock
|
||||
Wait 0x000a
|
||||
DoPostScriptAction 0x0007
|
||||
PlaySound 0x0136
|
||||
PlaySound SFX_136
|
||||
_0807EEF4 0x00c0, 0x0000
|
||||
Wait 0x001e
|
||||
_0807EEF4 0x0070, 0x0000
|
||||
|
||||
@@ -7,7 +7,7 @@ SCRIPT_START script_0800C50C
|
||||
WaitForSomething2 0x00000001
|
||||
Wait 0x000a
|
||||
DoPostScriptAction 0x0007
|
||||
PlaySound 0x0136
|
||||
PlaySound SFX_136
|
||||
_0807EEF4 0x0000, 0x0060
|
||||
Wait 0x003c
|
||||
_0807EEF4 0x0000, 0x0060
|
||||
|
||||
@@ -139,7 +139,7 @@ script_0800C6DC:
|
||||
_0807EC94 0x0020
|
||||
_0807EB44 0x0004
|
||||
Wait 0x000f
|
||||
PlaySound 0x0072
|
||||
PlaySound SFX_SECRET
|
||||
SetLocalFlag 0x0082
|
||||
script_0800C712:
|
||||
DoPostScriptAction 0x0002
|
||||
@@ -232,7 +232,7 @@ script_0800C824:
|
||||
Wait 0x000f
|
||||
SetLocalFlag 0x0083
|
||||
Wait 0x003c
|
||||
PlaySound 0x0072
|
||||
PlaySound SFX_SECRET
|
||||
Wait 0x003c
|
||||
_0807EB74
|
||||
_0807EB8C
|
||||
|
||||
@@ -13,9 +13,9 @@ SCRIPT_START script_0800CABC
|
||||
DoPostScriptAction 0x0000
|
||||
_0807E5F8 0x00000400
|
||||
WaitForSomething2 0x00000200
|
||||
PlaySound 0x007c
|
||||
PlaySound SFX_PLY_JUMP
|
||||
_0807EF3C 0x0180, 0x0030
|
||||
PlaySound 0x007c
|
||||
PlaySound SFX_PLY_JUMP
|
||||
_0807EF3C 0x0180, 0x0030
|
||||
_0807E5F8 0x00000400
|
||||
WaitForSomething2 0x00000200
|
||||
|
||||
@@ -19,9 +19,9 @@ SCRIPT_START script_0800CBD4
|
||||
DoPostScriptAction 0x0000
|
||||
_0807E5F8 0x00004000
|
||||
WaitForSomething2 0x00002000
|
||||
PlaySound 0x007c
|
||||
PlaySound SFX_PLY_JUMP
|
||||
_0807EF3C 0x0180, 0x0030
|
||||
PlaySound 0x007c
|
||||
PlaySound SFX_PLY_JUMP
|
||||
_0807EF3C 0x0180, 0x0030
|
||||
_0807E5F8 0x00004000
|
||||
WaitForSomething2 0x00002000
|
||||
|
||||
@@ -19,9 +19,9 @@ SCRIPT_START script_0800CC6C
|
||||
DoPostScriptAction 0x0000
|
||||
_0807E5F8 0x00010000
|
||||
WaitForSomething2 0x00008000
|
||||
PlaySound 0x007c
|
||||
PlaySound SFX_PLY_JUMP
|
||||
_0807EF3C 0x0180, 0x0030
|
||||
PlaySound 0x007c
|
||||
PlaySound SFX_PLY_JUMP
|
||||
_0807EF3C 0x0180, 0x0030
|
||||
_0807E5F8 0x00010000
|
||||
WaitForSomething2 0x00008000
|
||||
|
||||
@@ -41,7 +41,7 @@ script_0800CDEC:
|
||||
_0807EA94
|
||||
_0807E3E8
|
||||
JumpIfNot script_0800CF40
|
||||
PlaySound 0x00cd
|
||||
PlaySound SFX_TASK_COMPLETE
|
||||
_0807F088 0x0023
|
||||
WaitPlayerAction8
|
||||
Jump script_0800CE32
|
||||
@@ -52,7 +52,7 @@ script_0800CE14:
|
||||
_0807EA94
|
||||
_0807E3E8
|
||||
JumpIfNot script_0800CF40
|
||||
PlaySound 0x00cd
|
||||
PlaySound SFX_TASK_COMPLETE
|
||||
_0807F088 0x0022
|
||||
WaitPlayerAction8
|
||||
script_0800CE32:
|
||||
@@ -81,7 +81,7 @@ script_0800CE6E:
|
||||
_0807EA94
|
||||
_0807E3E8
|
||||
JumpIfNot script_0800CF40
|
||||
PlaySound 0x00cd
|
||||
PlaySound SFX_TASK_COMPLETE
|
||||
_0807F088 0x0027
|
||||
WaitPlayerAction8
|
||||
_0807EB8C
|
||||
@@ -109,7 +109,7 @@ script_0800CECE:
|
||||
_0807EA94
|
||||
_0807E3E8
|
||||
JumpIfNot script_0800CF40
|
||||
PlaySound 0x00cd
|
||||
PlaySound SFX_TASK_COMPLETE
|
||||
_0807F088 0x0024
|
||||
WaitPlayerAction8
|
||||
_0807EB8C
|
||||
@@ -257,12 +257,12 @@ script_0800D0A8:
|
||||
_0807EB44 0x0002
|
||||
SetIntVariable 0x00000000
|
||||
Call sub_0806C028
|
||||
PlaySound 0x00cd
|
||||
PlaySound SFX_TASK_COMPLETE
|
||||
Call sub_08068964
|
||||
script_0800D108:
|
||||
ComparePlayerAction 0x0008
|
||||
JumpIf script_0800D108
|
||||
PlaySound 0x00f8
|
||||
PlaySound SFX_F8
|
||||
_0807E5F8 0x00000010
|
||||
SetLocalFlag 0x007e
|
||||
TextboxNoOverlapFollowPos 0x123e, 0x0002
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
SCRIPT_START script_0800D1E0
|
||||
_0807F078 0x0002, 0x0001
|
||||
CallWithArg sub_0807F918, 0x00000002
|
||||
PlaySound 0x0109
|
||||
PlaySound SFX_109
|
||||
CallWithArg sub_0807F238, 0x000001e2
|
||||
Call sub_0807F304
|
||||
TextboxNoOverlap 0x0502
|
||||
|
||||
@@ -101,7 +101,7 @@ script_0800D3B2:
|
||||
_0807E930 0x0003
|
||||
SetIntVariable 0x00000004
|
||||
Call sub_080681D8
|
||||
PlaySound 0x00cd
|
||||
PlaySound SFX_TASK_COMPLETE
|
||||
Wait 0x001e
|
||||
DoPostScriptAction 0x000a
|
||||
SetLocalFlag 0x007f
|
||||
|
||||
@@ -9,15 +9,15 @@ SCRIPT_START script_0800D76C
|
||||
WaitForSomething2 0x00000008
|
||||
DoPostScriptAction 0x0004
|
||||
Wait 0x003c
|
||||
PlaySound 0x0123
|
||||
PlaySound SFX_123
|
||||
CallWithArg sub_0807F464, 0x000001e0
|
||||
_0807EDD4 0x01e0, 0x01d8
|
||||
_0807EB44 0x0002
|
||||
DoPostScriptAction 0x0000
|
||||
_0807E5F8 0x00000010
|
||||
PlaySound 0x007c
|
||||
PlaySound SFX_PLY_JUMP
|
||||
_0807EF3C 0x0180, 0x0030
|
||||
PlaySound 0x007c
|
||||
PlaySound SFX_PLY_JUMP
|
||||
_0807EF3C 0x0180, 0x0030
|
||||
_0807EB44 0x0002
|
||||
DoPostScriptAction 0x0001
|
||||
@@ -39,7 +39,7 @@ script_0800D80C:
|
||||
DoPostScriptAction 0x000e
|
||||
Call sub_0806CA5C
|
||||
SetEntity0x20 0x00040000
|
||||
PlaySound 0x00f5
|
||||
PlaySound SFX_F5
|
||||
script_0800D82A:
|
||||
CallWithArg sub_0807F8D0, 0xffffe000
|
||||
Call sub_0807F8BC
|
||||
|
||||
@@ -44,7 +44,7 @@ script_0800D8F4:
|
||||
WaitPlayerAction8
|
||||
_0807EB28 0x1325
|
||||
_0807EA94
|
||||
PlaySound 0x0113
|
||||
PlaySound SFX_113
|
||||
SetIntVariable 0x00000000
|
||||
Call sub_0806DA1C
|
||||
_0807E878
|
||||
|
||||
@@ -15,7 +15,7 @@ script_0800D962:
|
||||
_0807EB44 0x0004
|
||||
DoPostScriptAction 0x0000
|
||||
DoPostScriptAction 0x0007
|
||||
PlaySound 0x01ce
|
||||
PlaySound SFX_ELEMENT_FLOAT
|
||||
SetEntity0x20 0xffff8000
|
||||
TextboxNoOverlap 0x1701
|
||||
_0807EA94
|
||||
@@ -32,7 +32,7 @@ script_0800D962:
|
||||
_0807EA94
|
||||
Wait 0x003c
|
||||
SetLocalFlag 0x0032
|
||||
PlaySound 0x0113
|
||||
PlaySound SFX_113
|
||||
SetIntVariable 0x00000001
|
||||
Call sub_0806DA1C
|
||||
Call sub_0807DF50
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
SCRIPT_START script_0800DC4C
|
||||
Wait 0x003c
|
||||
PlayBgm 0x0031
|
||||
PlayBgm BGM_CASTLE_COLLAPSE
|
||||
StartPlayerScript script_0800DE50
|
||||
WaitForSomething2 0x00000006
|
||||
_0807EB28 0x1646
|
||||
|
||||
@@ -16,12 +16,12 @@ script_0800DCD0:
|
||||
WaitForSomething2 0x00000001
|
||||
SoundReq0x80100000
|
||||
Call sub_08066E50
|
||||
PlaySound 0x01c9
|
||||
PlaySound SFX_1C9
|
||||
Call sub_0807F2D4
|
||||
PlaySound 0x01ca
|
||||
PlaySound SFX_1CA
|
||||
Wait 0x003c
|
||||
DoPostScriptAction 0x0004
|
||||
PlayBgm 0x000b
|
||||
PlayBgm BGM_SAVING_ZELDA
|
||||
Wait 0x0078
|
||||
_0807EB44 0x0002
|
||||
DoPostScriptAction 0x0000
|
||||
|
||||
@@ -21,9 +21,9 @@ SCRIPT_START script_0800DF24
|
||||
DoPostScriptAction 0x0007
|
||||
TextboxNoOverlapFollowPos 0x162f, 0x0002
|
||||
_0807EA94
|
||||
PlayBgm 0x002f
|
||||
PlayBgm BGM_VAATI_REBORN
|
||||
DoPostScriptAction 0x0019
|
||||
PlaySound 0x0198
|
||||
PlaySound SFX_198
|
||||
Call sub_0807F2D4
|
||||
SetRoomFlag 0x0000
|
||||
DoPostScriptAction 0x0008
|
||||
|
||||
@@ -6,7 +6,7 @@ script_0800DFB6:
|
||||
SoundReq0x80100000
|
||||
_0807E864
|
||||
Call sub_0807DF28
|
||||
PlaySound 0x00f6
|
||||
PlaySound SFX_EVAPORATE
|
||||
CallWithArg sub_0806DA1C, 0x00000004
|
||||
Call sub_0807DF50
|
||||
_0807E878
|
||||
|
||||
@@ -10,7 +10,7 @@ SCRIPT_START script_0800DFE4
|
||||
script_0800DFFE:
|
||||
CheckRoomFlag 0x0000
|
||||
JumpIfNot script_0800DFFE
|
||||
PlayBgm 0x0030
|
||||
PlayBgm BGM_VAATI_TRANSFIGURED
|
||||
Call sub_0807DF50
|
||||
_0807E878
|
||||
script_0800E012:
|
||||
@@ -22,7 +22,7 @@ script_0800E012:
|
||||
TextboxNoOverlapFollowPos 0x1639, 0x000c
|
||||
_0807EA94
|
||||
Wait 0x0096
|
||||
PlaySound 0x00f6
|
||||
PlaySound SFX_EVAPORATE
|
||||
CallWithArg sub_0806DA1C, 0x00000005
|
||||
Call sub_0807DF50
|
||||
_0807E878
|
||||
|
||||
@@ -13,13 +13,13 @@ script_0800E0DE:
|
||||
_0807E864
|
||||
Wait 0x001e
|
||||
DoPostScriptAction 0x0010
|
||||
PlaySound 0x01c9
|
||||
PlaySound SFX_1C9
|
||||
_0807E930 0x0009
|
||||
Wait 0x003c
|
||||
PlaySound 0x01ca
|
||||
PlaySound SFX_1CA
|
||||
DoPostScriptAction 0x0010
|
||||
Wait 0x001e
|
||||
PlaySound 0x0072
|
||||
PlaySound SFX_SECRET
|
||||
Wait 0x0078
|
||||
DoPostScriptAction 0x0004
|
||||
Wait 0x001e
|
||||
@@ -59,13 +59,13 @@ script_0800E176:
|
||||
_0807E864
|
||||
Wait 0x001e
|
||||
DoPostScriptAction 0x0010
|
||||
PlaySound 0x01c9
|
||||
PlaySound SFX_1C9
|
||||
_0807E930 0x0015
|
||||
Wait 0x003c
|
||||
PlaySound 0x01ca
|
||||
PlaySound SFX_1CA
|
||||
DoPostScriptAction 0x0010
|
||||
Wait 0x001e
|
||||
PlaySound 0x0072
|
||||
PlaySound SFX_SECRET
|
||||
Wait 0x0078
|
||||
DoPostScriptAction 0x0004
|
||||
Wait 0x001e
|
||||
@@ -116,13 +116,13 @@ script_0800E24A:
|
||||
_0807E864
|
||||
Wait 0x001e
|
||||
DoPostScriptAction 0x0010
|
||||
PlaySound 0x01c9
|
||||
PlaySound SFX_1C9
|
||||
_0807E930 0x0015
|
||||
Wait 0x003c
|
||||
PlaySound 0x01ca
|
||||
PlaySound SFX_1CA
|
||||
DoPostScriptAction 0x0010
|
||||
Wait 0x001e
|
||||
PlaySound 0x0072
|
||||
PlaySound SFX_SECRET
|
||||
Wait 0x0078
|
||||
DoPostScriptAction 0x0004
|
||||
Wait 0x001e
|
||||
@@ -197,13 +197,13 @@ script_0800E37A:
|
||||
_0807E864
|
||||
Wait 0x001e
|
||||
DoPostScriptAction 0x0010
|
||||
PlaySound 0x01c9
|
||||
PlaySound SFX_1C9
|
||||
_0807E930 0x000d
|
||||
Wait 0x003c
|
||||
PlaySound 0x01ca
|
||||
PlaySound SFX_1CA
|
||||
DoPostScriptAction 0x0010
|
||||
Wait 0x001e
|
||||
PlaySound 0x0072
|
||||
PlaySound SFX_SECRET
|
||||
Wait 0x0078
|
||||
DoPostScriptAction 0x0004
|
||||
Wait 0x001e
|
||||
@@ -311,7 +311,7 @@ script_0800E4B6:
|
||||
Wait 0x003c
|
||||
_0807EA94
|
||||
BeginBlock
|
||||
PlayBgm 0x0033
|
||||
PlayBgm BGM_FIGHT_THEME2
|
||||
SetLocalFlag 0x007c
|
||||
script_0800E4FA:
|
||||
_0807E878
|
||||
|
||||
@@ -10,7 +10,7 @@ script_0800E510:
|
||||
Wait 0x001e
|
||||
Call sub_0807F3F8
|
||||
Wait 0x003c
|
||||
PlaySound 0x0105
|
||||
PlaySound SFX_105
|
||||
Wait 0x001e
|
||||
_0807EB28 0x1617
|
||||
SetLocalFlag 0x007d
|
||||
|
||||
@@ -10,7 +10,7 @@ script_0800E550:
|
||||
Wait 0x001e
|
||||
Call sub_0807F3F8
|
||||
Wait 0x003c
|
||||
PlaySound 0x0105
|
||||
PlaySound SFX_105
|
||||
Wait 0x001e
|
||||
_0807EB28 0x1622
|
||||
Call sub_08053494
|
||||
|
||||
@@ -5,9 +5,9 @@ SCRIPT_START script_0800E58C
|
||||
DoPostScriptAction 0x0014
|
||||
EndBlock
|
||||
Wait 0x003c
|
||||
PlaySound 0x0105
|
||||
PlaySound SFX_105
|
||||
Wait 0x003c
|
||||
PlaySound 0x009b
|
||||
PlaySound SFX_9B
|
||||
Wait 0x001e
|
||||
TextboxNoOverlap 0x1625
|
||||
_0807EA94
|
||||
|
||||
@@ -58,7 +58,7 @@ script_0800E974:
|
||||
StartPlayerScript script_0800EA1C
|
||||
WaitForSomething2 0x00000001
|
||||
SetLocalFlag 0x0074
|
||||
PlaySound 0x0072
|
||||
PlaySound SFX_SECRET
|
||||
Wait 0x00f0
|
||||
TextboxNoOverlapFollow 0x4a26
|
||||
_0807EA94
|
||||
|
||||
@@ -79,7 +79,7 @@ script_0800F72C:
|
||||
_0807E864
|
||||
Call sub_0807DF28
|
||||
Call sub_08063C5C
|
||||
PlaySound 0x00e2
|
||||
PlaySound SFX_CUCCO_MINIGAME_BELL
|
||||
Wait 0x001e
|
||||
_0807E8E4_0
|
||||
Call sub_0807F3F8
|
||||
@@ -134,7 +134,7 @@ script_0800F72C:
|
||||
_0807EA94
|
||||
Call sub_08063C14
|
||||
Call sub_08094D70
|
||||
PlaySound 0x0103
|
||||
PlaySound SFX_103
|
||||
_0807E5F8 0x00000002
|
||||
WaitForSomething2 0x00000004
|
||||
Call sub_08063C14
|
||||
|
||||
@@ -51,7 +51,7 @@ script_08010014:
|
||||
_0807E864
|
||||
_0807EB74
|
||||
CallWithArg sub_0807F3D8, 0x00000008
|
||||
PlaySound 0x00cd
|
||||
PlaySound SFX_TASK_COMPLETE
|
||||
TextboxNoOverlap 0x340a
|
||||
_0807EA94
|
||||
_0807EB44 0x0004
|
||||
|
||||
@@ -61,7 +61,7 @@ script_0801015A:
|
||||
_0807E878
|
||||
CallWithArg sub_080A1550, script_080101AC
|
||||
JumpIfNot script_0801015A
|
||||
PlayBgm 0x0015
|
||||
PlayBgm BGM_CUCCO_MINIGAME
|
||||
SetRoomFlag 0x0001
|
||||
Jump script_0801015A
|
||||
script_0801019E:
|
||||
@@ -99,7 +99,7 @@ script_080101AC:
|
||||
_0807E778 0x0004
|
||||
DoFade4
|
||||
WaitFor_2
|
||||
PlayBgm 0xffff
|
||||
PlayBGM
|
||||
Call sub_080A13B4
|
||||
_0807EA94
|
||||
JumpIfNot script_08010240
|
||||
|
||||
@@ -70,7 +70,7 @@ script_08010BCA:
|
||||
WaitForSomething2 0x00000008
|
||||
TextboxNoOverlapFollowPos 0x1039, 0x000c
|
||||
_0807EA94
|
||||
PlayBgm 0x0001
|
||||
PlayBgm BGM_CASTLE_TOURNAMENT
|
||||
_0807E8E4_2
|
||||
_0807E5F8 0x00000004
|
||||
WaitForSomething2 0x00000008
|
||||
@@ -96,18 +96,18 @@ script_08010BCA:
|
||||
WaitForSomething2 0x00000200
|
||||
_0807E5F8 0x00280000
|
||||
SoundReq0x80100000
|
||||
PlaySound 0x009b
|
||||
PlaySound SFX_9B
|
||||
_0807E5F8 0x00000100
|
||||
WaitForSomething2 0x00000200
|
||||
TextboxNoOverlapFollowPos 0x1043, 0x0000
|
||||
_0807EA94
|
||||
PlayBgm 0x000d
|
||||
PlayBgm BGM_VAATI_THEME
|
||||
_0807E5F8 0x00000100
|
||||
WaitForSomething2 0x00000200
|
||||
_0807E5F8 0x0002a800
|
||||
WaitForSomething2 0x00055000
|
||||
PlaySound 0x01c7
|
||||
PlaySound 0x00e5
|
||||
PlaySound SFX_1C7
|
||||
PlaySound SFX_BUTTON_DEPRESS
|
||||
_0807E5F8 0x00000100
|
||||
_0807E5F8 0x00002800
|
||||
CallWithArg sub_0807FB28, 0x00000003
|
||||
@@ -120,16 +120,16 @@ script_08010BCA:
|
||||
SetEntityPositionRelative 0x01f8, 0x0098
|
||||
SoundReq0x80100000
|
||||
Wait 0x003c
|
||||
PlayBgm 0x002f
|
||||
PlayBgm BGM_VAATI_REBORN
|
||||
_0807E5F8 0x00028000
|
||||
_0807E5F8 0x00000100
|
||||
WaitForSomething2 0x00000200
|
||||
WaitForSomething2 0x00050000
|
||||
CallWithArg sub_0807FB28, 0x00000003
|
||||
PlaySound 0x00e5
|
||||
PlaySound SFX_BUTTON_DEPRESS
|
||||
_0807E5F8 0x00028000
|
||||
WaitForSomething2 0x00050000
|
||||
PlaySound 0x0125
|
||||
PlaySound SFX_125
|
||||
CallWithArg sub_0807FB28, 0x00000003
|
||||
_0807E5F8 0x08000000
|
||||
_0807E5F8 0x00800000
|
||||
|
||||
@@ -1,23 +1,23 @@
|
||||
SCRIPT_START script_08010E5A
|
||||
Wait 0x001e
|
||||
PlaySound 0x0125
|
||||
PlaySound SFX_125
|
||||
CallWithArg sub_0807FB28, 0x00000003
|
||||
Wait 0x003c
|
||||
PlaySound 0x0125
|
||||
PlaySound SFX_125
|
||||
CallWithArg sub_0807FB28, 0x00000003
|
||||
Wait 0x0004
|
||||
PlaySound 0x0125
|
||||
PlaySound SFX_125
|
||||
CallWithArg sub_0807FB28, 0x00000003
|
||||
Wait 0x001e
|
||||
PlaySound 0x012c
|
||||
PlaySound SFX_12C
|
||||
_0807E5F8 0x00800000
|
||||
WaitForSomething2 0x01000000
|
||||
_0807E778 0x0004
|
||||
DoFade7
|
||||
WaitFor_2
|
||||
Wait 0x003c
|
||||
PlaySound 0x00ab
|
||||
PlaySound 0x01c2
|
||||
PlaySound SFX_SPIRITS_RELEASE
|
||||
PlaySound SFX_1C2
|
||||
LoadRoomEntityList gUnk_080F0770
|
||||
_0807E5F8 0x00000010
|
||||
WaitForSomething2 0x00000020
|
||||
@@ -37,7 +37,7 @@ SCRIPT_START script_08010E5A
|
||||
_0807E5F8 0x00000040
|
||||
WaitForSomething2 0x00000008
|
||||
WaitForSomething2 0x00000080
|
||||
PlaySound 0x01c3
|
||||
PlaySound SFX_1C3
|
||||
_0807E5F8 0x20000000
|
||||
Wait 0x0078
|
||||
CallWithArg sub_0807F29C, 0x00000000
|
||||
|
||||
@@ -17,10 +17,10 @@ SCRIPT_START script_08010F84
|
||||
Call sub_0806DC58
|
||||
Wait 0x003c
|
||||
_0807E5F8 0x08000000
|
||||
PlaySound 0x0125
|
||||
PlaySound SFX_125
|
||||
CallWithArg sub_0807FB28, 0x00000003
|
||||
Wait 0x000f
|
||||
PlaySound 0x0125
|
||||
PlaySound SFX_125
|
||||
CallWithArg sub_0807FB28, 0x00000003
|
||||
CallWithArg sub_0805DE18, 0x00000002
|
||||
_0807F0C8 0x0000, 0x0000
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
SCRIPT_START script_080110E8
|
||||
PlaySound 0x007a
|
||||
PlaySound SFX_PLY_VO6
|
||||
_0807EB44 0x0004
|
||||
DoPostScriptAction 0x000d
|
||||
PlaySound 0x0086
|
||||
PlaySound SFX_86
|
||||
Call sub_0807F36C
|
||||
SetEntitySpeed 0x0400
|
||||
_0807ECF4 0x0008
|
||||
|
||||
@@ -41,14 +41,14 @@ script_08011206:
|
||||
DoPostScriptAction 0x0000
|
||||
_0807E5F8 0x00000020
|
||||
WaitForSomething2 0x00000010
|
||||
PlaySound 0x01c9
|
||||
PlaySound SFX_1C9
|
||||
DoPostScriptAction 0x0010
|
||||
Wait 0x0014
|
||||
Call sub_08066E20
|
||||
Wait 0x0014
|
||||
DoPostScriptAction 0x0010
|
||||
Call sub_0807F2D4
|
||||
PlaySound 0x01ca
|
||||
PlaySound SFX_1CA
|
||||
_0807E5F8 0x00000020
|
||||
WaitForSomething2 0x00000010
|
||||
DoPostScriptAction 0x0006
|
||||
|
||||
@@ -30,7 +30,7 @@ script_08011312:
|
||||
DoPostScriptAction 0x0004
|
||||
Wait 0x003c
|
||||
_0807E930 0x0012
|
||||
PlaySound 0x011e
|
||||
PlaySound SFX_EM_MOBLIN_SPEAR
|
||||
Wait 0x003c
|
||||
_0807E930 0x0014
|
||||
SetEntitySpeed 0x0100
|
||||
|
||||
@@ -12,7 +12,7 @@ SCRIPT_START script_080113AA
|
||||
DoPostScriptAction 0x0004
|
||||
Wait 0x003c
|
||||
_0807E930 0x0012
|
||||
PlaySound 0x011e
|
||||
PlaySound SFX_EM_MOBLIN_SPEAR
|
||||
Wait 0x003c
|
||||
_0807E930 0x0014
|
||||
SetEntitySpeed 0x0100
|
||||
|
||||
@@ -14,7 +14,7 @@ SCRIPT_START script_08011442
|
||||
DoPostScriptAction 0x0004
|
||||
Wait 0x003c
|
||||
_0807E930 0x0012
|
||||
PlaySound 0x011e
|
||||
PlaySound SFX_EM_MOBLIN_SPEAR
|
||||
_0807E5F8 0x00010000
|
||||
WaitForSomething2 0x00008000
|
||||
_0807E930 0x0014
|
||||
|
||||
@@ -14,7 +14,7 @@ SCRIPT_START script_08011508
|
||||
DoPostScriptAction 0x0004
|
||||
Wait 0x003c
|
||||
_0807E930 0x0012
|
||||
PlaySound 0x011e
|
||||
PlaySound SFX_EM_MOBLIN_SPEAR
|
||||
_0807E5F8 0x00040000
|
||||
WaitForSomething2 0x00020000
|
||||
_0807E930 0x0014
|
||||
|
||||
@@ -6,7 +6,7 @@ SCRIPT_START script_080115D0
|
||||
EndBlock
|
||||
WaitForSomething2 0x00080000
|
||||
_0807E930 0x0005
|
||||
PlaySound 0x011c
|
||||
PlaySound SFX_11C
|
||||
_0807ECF4 0x0010
|
||||
_0807E930 0x0001
|
||||
_0807E5F8 0x00100000
|
||||
|
||||
@@ -6,7 +6,7 @@ SCRIPT_START script_08011608
|
||||
EndBlock
|
||||
WaitForSomething2 0x00200000
|
||||
_0807E930 0x0007
|
||||
PlaySound 0x011c
|
||||
PlaySound SFX_11C
|
||||
_0807EC94 0x0010
|
||||
_0807E930 0x0003
|
||||
_0807E5F8 0x00400000
|
||||
|
||||
@@ -32,11 +32,11 @@ SCRIPT_START script_080116A8
|
||||
WaitForSomething2 0x00000100
|
||||
_0807EB44 0x0000
|
||||
DoPostScriptAction 0x0014
|
||||
PlaySound 0x0120
|
||||
PlaySound SFX_CHARGING_UP
|
||||
CallWithArg sub_08095420, script_08011890
|
||||
Wait 0x00f0
|
||||
DoPostScriptAction 0x0016
|
||||
PlaySound 0x01cb
|
||||
PlaySound SFX_1CB
|
||||
WaitForSomething2 0x10000000
|
||||
DoPostScriptAction 0x0000
|
||||
_0807E5F8 0x00000200
|
||||
@@ -49,13 +49,13 @@ SCRIPT_START script_080116A8
|
||||
_0807E5F8 0x00000200
|
||||
WaitForSomething2 0x00000100
|
||||
DoPostScriptAction 0x0014
|
||||
PlaySound 0x01c4
|
||||
PlaySound SFX_1C4
|
||||
CallWithArg sub_0809545C, script_080118D4
|
||||
_0807E5F8 0x00000200
|
||||
WaitForSomething2 0x00000100
|
||||
Wait 0x003c
|
||||
DoPostScriptAction 0x0016
|
||||
PlaySound 0x01c5
|
||||
PlaySound SFX_1C5
|
||||
_0807E5F8 0x08000000
|
||||
WaitForSomething2 0x10000000
|
||||
DoPostScriptAction 0x0000
|
||||
|
||||
@@ -7,7 +7,7 @@ SCRIPT_START script_0801183C
|
||||
_0807E5F8 0x01000000
|
||||
WaitForSomething2 0x00800000
|
||||
Call sub_08095364
|
||||
PlaySound 0x0122
|
||||
PlaySound SFX_122
|
||||
Wait 0x003c
|
||||
_0807E5F8 0x01000000
|
||||
WaitForSomething2 0x00800000
|
||||
|
||||
@@ -9,7 +9,7 @@ SCRIPT_START script_08011890
|
||||
Call sub_08094B6C
|
||||
_0807EDD4 0x01f8, 0x0088
|
||||
Call sub_08094B80
|
||||
PlaySound 0x01cc
|
||||
PlaySound SFX_1CC
|
||||
_0807E5F8 0x10000000
|
||||
WaitForSomething2 0x08000000
|
||||
DoPostScriptAction 0x0006
|
||||
|
||||
@@ -11,11 +11,11 @@ SCRIPT_START script_080118D4
|
||||
StartPlayerScript script_080110E8
|
||||
_0807EDD4 0x01d8, 0x0058
|
||||
Call sub_08094B80
|
||||
PlaySound 0x009a
|
||||
PlaySound 0x01c6
|
||||
PlaySound SFX_VO_ZELDA7
|
||||
PlaySound SFX_1C6
|
||||
_0807E5F8 0x10000000
|
||||
WaitForSomething2 0x08000000
|
||||
PlaySound 0x011d
|
||||
PlaySound SFX_11D
|
||||
DoPostScriptAction 0x0006
|
||||
SCRIPT_END
|
||||
.2byte 0x0000
|
||||
|
||||
@@ -56,7 +56,7 @@ script_08011BBC:
|
||||
Wait 0x003c
|
||||
_0807E878
|
||||
SetRoomFlag 0x0000
|
||||
PlayBgm 0x0033
|
||||
PlayBgm BGM_FIGHT_THEME2
|
||||
script_08011C04:
|
||||
CheckRoomFlag 0x0064
|
||||
JumpIfNot script_08011C04
|
||||
|
||||
@@ -566,7 +566,7 @@ script_080122EC:
|
||||
LoadRoomEntityList gUnk_080F2758
|
||||
DoPostScriptAction 0x0008
|
||||
Wait 0x003c
|
||||
PlaySound 0x0072
|
||||
PlaySound SFX_SECRET
|
||||
SetLocalFlag 0x0043
|
||||
Wait 0x001e
|
||||
_0807E878
|
||||
|
||||
@@ -35,13 +35,13 @@ script_08012368:
|
||||
_0807E858 0x0080
|
||||
EndBlock
|
||||
WaitFor_2
|
||||
PlayBgm 0x002c
|
||||
PlayBgm BGM_ELEMENTAL_SANCTUARY
|
||||
_0807EB28 0x1401
|
||||
_0807EA94
|
||||
_0807EB44 0x0004
|
||||
DoPostScriptAction 0x0000
|
||||
DoPostScriptAction 0x0007
|
||||
PlaySound 0x01ce
|
||||
PlaySound SFX_ELEMENT_FLOAT
|
||||
SetEntity0x20 0xffff8000
|
||||
Wait 0x003c
|
||||
_0807E8E4_0
|
||||
@@ -59,7 +59,7 @@ script_08012368:
|
||||
_0807E858 0x0080
|
||||
EndBlock
|
||||
WaitFor_2
|
||||
PlayBgm 0xffff
|
||||
PlayBGM
|
||||
_0807EB28 0x1403
|
||||
_0807EA94
|
||||
SetIntVariable 0x00000203
|
||||
|
||||
@@ -50,7 +50,7 @@ script_0801248A:
|
||||
_0807E778 0x0004
|
||||
_0807E800 0x00000000
|
||||
WaitFor_2
|
||||
PlayBgm 0x000e
|
||||
PlayBgm BGM_EZLO_THEME
|
||||
_0807E5F8 0x00000010
|
||||
WaitForSomething2 0x00000020
|
||||
WaitForSomething2 0x00000100
|
||||
@@ -74,7 +74,7 @@ script_0801248A:
|
||||
WaitFor_2
|
||||
Call sub_0807DF50
|
||||
_0807E878
|
||||
PlayBgm 0xffff
|
||||
PlayBGM
|
||||
script_08012566:
|
||||
CheckPlayerInRegion 0x03a0, 0x01a0, 0x1020
|
||||
JumpIfNot script_08012566
|
||||
@@ -91,7 +91,7 @@ script_08012566:
|
||||
Wait 0x005a
|
||||
_0807E5F8 0x00000004
|
||||
WaitForSomething2 0x00000008
|
||||
PlayBgm 0x000e
|
||||
PlayBgm BGM_EZLO_THEME
|
||||
_0807E5F8 0x00000004
|
||||
WaitForSomething2 0x00000008
|
||||
_0807E5F8 0x00000040
|
||||
@@ -105,7 +105,7 @@ script_08012566:
|
||||
_0807E5F8 0x00000004
|
||||
WaitForSomething2 0x00000008
|
||||
SoundReq0x80100000
|
||||
PlayBgm 0x0033
|
||||
PlayBgm BGM_FIGHT_THEME2
|
||||
Call sub_0807DF50
|
||||
_0807E878
|
||||
_0807E5F8 0x00000050
|
||||
@@ -114,14 +114,14 @@ script_08012566:
|
||||
_0807E864
|
||||
Call sub_0807FA40
|
||||
Call sub_0807DF28
|
||||
PlaySound 0x0072
|
||||
PlaySound SFX_SECRET
|
||||
SoundReq0x80100000
|
||||
_0807E5F8 0x00000004
|
||||
WaitForSomething2 0x00000008
|
||||
StartPlayerScript script_08012AF0
|
||||
WaitForSomething2 0x00000001
|
||||
_0807E8E4_0
|
||||
PlayBgm 0x000e
|
||||
PlayBgm BGM_EZLO_THEME
|
||||
Wait 0x001e
|
||||
_0807E5F8 0x00000004
|
||||
WaitForSomething2 0x00000008
|
||||
@@ -135,7 +135,7 @@ script_08012566:
|
||||
WaitForSomething2 0x00000008
|
||||
SoundReq0x80100000
|
||||
Wait 0x003c
|
||||
PlayBgm 0xffff
|
||||
PlayBGM
|
||||
Call sub_0806DCA0
|
||||
_0807F0B4 0x0004
|
||||
CameraTargetPlayer
|
||||
@@ -149,7 +149,7 @@ script_08012566:
|
||||
WaitForSomething2 0x00000008
|
||||
SoundReq0x80100000
|
||||
Wait 0x003c
|
||||
PlayBgm 0xffff
|
||||
PlayBGM
|
||||
Call sub_08054570
|
||||
SetGlobalFlag 0x0014
|
||||
CallWithArg sub_0807F6F8, 0x00000008
|
||||
|
||||
@@ -232,7 +232,7 @@ script_08012A74:
|
||||
Call sub_0806D9A4
|
||||
DoPostScriptAction 0x0008
|
||||
Wait 0x0078
|
||||
PlayBgm 0x000e
|
||||
PlayBgm BGM_EZLO_THEME
|
||||
BeginBlock
|
||||
_0807E8E4_2
|
||||
_0807EB28 0x1112
|
||||
|
||||
@@ -37,7 +37,7 @@ script_08013006:
|
||||
_0807E864
|
||||
Call sub_0807DF28
|
||||
EndBlock
|
||||
PlaySound 0x00cd
|
||||
PlaySound SFX_TASK_COMPLETE
|
||||
_0807F088 0x0038
|
||||
WaitPlayerAction8
|
||||
Wait 0x001e
|
||||
|
||||
@@ -37,7 +37,7 @@ script_080131AC:
|
||||
WaitForSomething2 0x00000010
|
||||
_0807E5F8 0x00000020
|
||||
WaitForSomething2 0x00000040
|
||||
PlayBgm 0x000d
|
||||
PlayBgm BGM_VAATI_THEME
|
||||
StartPlayerScript script_0801334C
|
||||
WaitForSomething2 0x00000002
|
||||
_0807E5F8 0x00000020
|
||||
@@ -69,7 +69,7 @@ script_080131AC:
|
||||
_0807EB28 0x1605
|
||||
_0807EA94
|
||||
SetLocalFlag 0x0078
|
||||
PlayBgm 0x0031
|
||||
PlayBgm BGM_CASTLE_COLLAPSE
|
||||
SetGlobalFlag 0x005d
|
||||
Call sub_0807DF50
|
||||
_0807E878
|
||||
|
||||
@@ -5,7 +5,7 @@ SCRIPT_START script_08013378
|
||||
Call sub_0807F2D4
|
||||
_0807E5F8 0x00000002
|
||||
WaitForSomething2 0x00000004
|
||||
PlaySound 0x007c
|
||||
PlaySound SFX_PLY_JUMP
|
||||
_0807EB44 0x0004
|
||||
Call sub_0807F210
|
||||
_0807EF3C 0x0200, 0x0020
|
||||
|
||||
@@ -14,7 +14,7 @@ SCRIPT_START script_080133F8
|
||||
WaitForSomething2 0x00000020
|
||||
Wait 0x003c
|
||||
DoPostScriptAction 0x0014
|
||||
PlaySound 0x0120
|
||||
PlaySound SFX_CHARGING_UP
|
||||
CallWithArg sub_08095420, script_08013494
|
||||
Wait 0x005a
|
||||
DoPostScriptAction 0x0016
|
||||
|
||||
@@ -10,7 +10,7 @@ SCRIPT_START script_08013494
|
||||
_0807EDD4 0x0098, 0x0080
|
||||
BeginBlock
|
||||
Call sub_08094B80
|
||||
PlaySound 0x01cc
|
||||
PlaySound SFX_1CC
|
||||
Call sub_0807F36C
|
||||
_0807E5F8 0x00000080
|
||||
EndBlock
|
||||
|
||||
@@ -14,22 +14,22 @@ script_080134F8:
|
||||
StartPlayerScript script_080136D8
|
||||
WaitForSomething2 0x00000001
|
||||
CallWithArg sub_08095A1C, script_08013F04
|
||||
PlaySound 0x01cd
|
||||
PlaySound SFX_ELEMENT_PLACE
|
||||
Wait 0x005a
|
||||
BeginBlock
|
||||
PlaySound 0x01ce
|
||||
PlaySound SFX_ELEMENT_FLOAT
|
||||
CallWithArg sub_08095D54, script_08013E04
|
||||
CallWithArg sub_08095D54, script_08013E28
|
||||
EndBlock
|
||||
WaitForSomething2 0x18000000
|
||||
BeginBlock
|
||||
PlaySound 0x01cf
|
||||
PlaySound SFX_ELEMENT_CHARGE
|
||||
CallWithArg sub_08095D8C, script_08014054
|
||||
CallWithArg sub_08095D8C, script_08014074
|
||||
EndBlock
|
||||
Wait 0x001e
|
||||
BeginBlock
|
||||
PlaySound 0x01d0
|
||||
PlaySound SFX_1D0
|
||||
CallWithArg sub_08095D8C, script_080140DC
|
||||
CallWithArg sub_08095D8C, script_08014118
|
||||
EndBlock
|
||||
@@ -37,7 +37,7 @@ script_080134F8:
|
||||
CallWithArg sub_0805DDEC, 0x00000000
|
||||
_0807E5F8 0x00000200
|
||||
WaitForSomething2 0x00002000
|
||||
PlaySound 0x01d2
|
||||
PlaySound SFX_1D2
|
||||
CallWithArg sub_08095D8C, script_080141DC
|
||||
CallWithArg sub_08095D8C, script_08014210
|
||||
_0807E5F8 0x00000400
|
||||
@@ -58,14 +58,14 @@ script_080134F8:
|
||||
Wait 0x003c
|
||||
_0807E778 0x0004
|
||||
DoFade7
|
||||
PlaySound 0x00f6
|
||||
PlaySound SFX_EVAPORATE
|
||||
WaitFor_2
|
||||
Wait 0x003c
|
||||
_0807E5F8 0x00000010
|
||||
_0807E778 0x0002
|
||||
DoFade6
|
||||
WaitFor_2
|
||||
PlaySound 0x0109
|
||||
PlaySound SFX_109
|
||||
TextboxNoOverlapFollowPos 0x0503, 0x000c
|
||||
_0807EA94
|
||||
_0807E5F8 0x00040000
|
||||
|
||||
@@ -14,22 +14,22 @@ script_0801373C:
|
||||
StartPlayerScript script_080136D8
|
||||
WaitForSomething2 0x00000001
|
||||
CallWithArg sub_08095A1C, script_08013F34
|
||||
PlaySound 0x01cd
|
||||
PlaySound SFX_ELEMENT_PLACE
|
||||
Wait 0x005a
|
||||
BeginBlock
|
||||
PlaySound 0x01ce
|
||||
PlaySound SFX_ELEMENT_FLOAT
|
||||
CallWithArg sub_08095D54, script_08013E4C
|
||||
EndBlock
|
||||
WaitForSomething2 0x20000000
|
||||
BeginBlock
|
||||
PlaySound 0x01cf
|
||||
PlaySound SFX_ELEMENT_CHARGE
|
||||
CallWithArg sub_08095D8C, script_08014054
|
||||
CallWithArg sub_08095D8C, script_08014074
|
||||
CallWithArg sub_08095D8C, script_08014094
|
||||
EndBlock
|
||||
Wait 0x001e
|
||||
BeginBlock
|
||||
PlaySound 0x01d0
|
||||
PlaySound SFX_1D0
|
||||
CallWithArg sub_08095D8C, script_080140DC
|
||||
CallWithArg sub_08095D8C, script_08014118
|
||||
CallWithArg sub_08095D8C, script_08014154
|
||||
@@ -38,7 +38,7 @@ script_0801373C:
|
||||
CallWithArg sub_0805DDEC, 0x00000000
|
||||
_0807E5F8 0x00000200
|
||||
WaitForSomething2 0x00002000
|
||||
PlaySound 0x01d2
|
||||
PlaySound SFX_1D2
|
||||
CallWithArg sub_08095D8C, script_080141DC
|
||||
CallWithArg sub_08095D8C, script_08014210
|
||||
_0807E5F8 0x00000400
|
||||
@@ -61,14 +61,14 @@ script_0801373C:
|
||||
Wait 0x003c
|
||||
_0807E778 0x0004
|
||||
DoFade7
|
||||
PlaySound 0x00f6
|
||||
PlaySound SFX_EVAPORATE
|
||||
WaitFor_2
|
||||
Wait 0x003c
|
||||
_0807E5F8 0x00000010
|
||||
_0807E778 0x0002
|
||||
DoFade6
|
||||
WaitFor_2
|
||||
PlaySound 0x0109
|
||||
PlaySound SFX_109
|
||||
TextboxNoOverlapFollowPos 0x0504, 0x000c
|
||||
_0807EA94
|
||||
_0807E5F8 0x00040000
|
||||
|
||||
@@ -14,15 +14,15 @@ script_080138D0:
|
||||
StartPlayerScript script_080136D8
|
||||
WaitForSomething2 0x00000001
|
||||
CallWithArg sub_08095A1C, script_08013F64
|
||||
PlaySound 0x01cd
|
||||
PlaySound SFX_ELEMENT_PLACE
|
||||
Wait 0x005a
|
||||
BeginBlock
|
||||
PlaySound 0x01ce
|
||||
PlaySound SFX_ELEMENT_FLOAT
|
||||
CallWithArg sub_08095D54, script_08013E70
|
||||
EndBlock
|
||||
WaitForSomething2 0x40000000
|
||||
BeginBlock
|
||||
PlaySound 0x01cf
|
||||
PlaySound SFX_ELEMENT_CHARGE
|
||||
CallWithArg sub_08095D8C, script_08014054
|
||||
CallWithArg sub_08095D8C, script_08014074
|
||||
CallWithArg sub_08095D8C, script_08014094
|
||||
@@ -30,7 +30,7 @@ script_080138D0:
|
||||
EndBlock
|
||||
Wait 0x001e
|
||||
BeginBlock
|
||||
PlaySound 0x01d0
|
||||
PlaySound SFX_1D0
|
||||
CallWithArg sub_08095D8C, script_080140DC
|
||||
CallWithArg sub_08095D8C, script_08014118
|
||||
CallWithArg sub_08095D8C, script_08014154
|
||||
@@ -40,7 +40,7 @@ script_080138D0:
|
||||
CallWithArg sub_0805DDEC, 0x00000000
|
||||
_0807E5F8 0x00000200
|
||||
WaitForSomething2 0x00002000
|
||||
PlaySound 0x01d2
|
||||
PlaySound SFX_1D2
|
||||
CallWithArg sub_08095D8C, script_080141DC
|
||||
CallWithArg sub_08095D8C, script_08014210
|
||||
_0807E5F8 0x00000400
|
||||
@@ -66,14 +66,14 @@ script_080138D0:
|
||||
Wait 0x003c
|
||||
_0807E778 0x0004
|
||||
DoFade7
|
||||
PlaySound 0x00f6
|
||||
PlaySound SFX_EVAPORATE
|
||||
WaitFor_2
|
||||
Wait 0x003c
|
||||
_0807E5F8 0x00000010
|
||||
_0807E778 0x0002
|
||||
DoFade6
|
||||
WaitFor_2
|
||||
PlaySound 0x0109
|
||||
PlaySound SFX_109
|
||||
TextboxNoOverlapFollowPos 0x0505, 0x000c
|
||||
_0807EA94
|
||||
_0807E5F8 0x00040000
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
SCRIPT_START script_08013B70
|
||||
PlaySound 0x01d3
|
||||
PlaySound SFX_1D3
|
||||
CallWithArg sub_0807F238, 0x000008bf
|
||||
Call sub_08096028
|
||||
Wait 0x003c
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
SCRIPT_START script_08013BA8
|
||||
CallWithArg sub_08095E7C, script_08014248
|
||||
PlaySound 0x01d3
|
||||
PlaySound SFX_1D3
|
||||
CallWithArg sub_0807F238, 0x000008e3
|
||||
Call sub_08096028
|
||||
Wait 0x0078
|
||||
|
||||
@@ -14,7 +14,7 @@ SCRIPT_START script_08013BE8
|
||||
DoPostScriptAction 0x0008
|
||||
WaitForSomething2 0x00000004
|
||||
_0807E908 0x0002
|
||||
PlaySound 0x0134
|
||||
PlaySound SFX_134
|
||||
Jump script_08013C32
|
||||
script_08013C2A:
|
||||
CheckLocalFlag 0x007c
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user