summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorTal Hayon <talhayon1@gmail.com>2022-01-23 17:24:55 +0200
committerTal Hayon <talhayon1@gmail.com>2022-01-23 17:24:55 +0200
commit70e2ef587740bfa159528bc0b160bb89869ad925 (patch)
tree766b21f8ce110a96d673e52e8cd7ac05072e5495 /data
parenta1ae3b229bf3767349849e3da29fe4fd2043eda3 (diff)
parent85aaada18f7eace3284937c4da8db05f047d316b (diff)
Merge remote-tracking branch 'upstream/master' into coord
Diffstat (limited to 'data')
-rw-r--r--data/animations/object/pressurePlate.s27
-rw-r--r--data/const/enemy/enemy66.s10
-rw-r--r--data/const/object/pressurePlate.s13
-rw-r--r--data/scripts/hyruleTown/script_Carlov.inc2
-rw-r--r--data/sound/sounds.s4
5 files changed, 3 insertions, 53 deletions
diff --git a/data/animations/object/pressurePlate.s b/data/animations/object/pressurePlate.s
deleted file mode 100644
index 75e87fa0..00000000
--- a/data/animations/object/pressurePlate.s
+++ /dev/null
@@ -1,27 +0,0 @@
- .include "asm/macros.inc"
- .include "constants/constants.inc"
-
- .section .rodata
-@ .align 2
-
-gSpriteAnimations_PressurePlate_0:: @ 08120BF1
- .include "animations/gSpriteAnimations_PressurePlate_0.s"
-
-gSpriteAnimations_PressurePlate_1:: @ 08120BF5
- .include "animations/gSpriteAnimations_PressurePlate_1.s"
-
-gSpriteAnimations_PressurePlate_2:: @ 08120BF9
- .include "animations/gSpriteAnimations_PressurePlate_2.s"
-
-gSpriteAnimations_PressurePlate_3:: @ 08120BFD
- .include "animations/gSpriteAnimations_PressurePlate_3.s"
-
-gSpriteAnimations_PressurePlate_4:: @ 08120C01
- .include "animations/gSpriteAnimations_PressurePlate_4.s"
-
-gSpriteAnimations_PressurePlate:: @ 08120C08
- .4byte gSpriteAnimations_PressurePlate_0
- .4byte gSpriteAnimations_PressurePlate_1
- .4byte gSpriteAnimations_PressurePlate_2
- .4byte gSpriteAnimations_PressurePlate_3
- .4byte gSpriteAnimations_PressurePlate_4
diff --git a/data/const/enemy/enemy66.s b/data/const/enemy/enemy66.s
deleted file mode 100644
index 98a7f045..00000000
--- a/data/const/enemy/enemy66.s
+++ /dev/null
@@ -1,10 +0,0 @@
- .include "asm/macros.inc"
- .include "constants/constants.inc"
-
- .section .rodata
- .align 2
-
-gUnk_080D2ABC:: @ 080D2ABC
- .incbin "enemy66/gUnk_080D2ABC.bin"
- .4byte sub_08029270
- .incbin "enemy66/gUnk_080D2ABC_1.bin"
diff --git a/data/const/object/pressurePlate.s b/data/const/object/pressurePlate.s
deleted file mode 100644
index 15f9e807..00000000
--- a/data/const/object/pressurePlate.s
+++ /dev/null
@@ -1,13 +0,0 @@
- .include "asm/macros.inc"
- .include "constants/constants.inc"
-
- .section .rodata
- .align 2
-
-gUnk_08120BE0:: @ 08120BE0
- .4byte sub_08088840
- .4byte sub_0808886C
- .4byte sub_080888F4
-
-gUnk_08120BEC:: @ 08120BEC
- .incbin "PressurePlate/gUnk_08120BEC.bin"
diff --git a/data/scripts/hyruleTown/script_Carlov.inc b/data/scripts/hyruleTown/script_Carlov.inc
index 8a925f4d..3248dd3a 100644
--- a/data/scripts/hyruleTown/script_Carlov.inc
+++ b/data/scripts/hyruleTown/script_Carlov.inc
@@ -46,7 +46,7 @@ script_080144C0:
script_080144C8:
ModRupees 0xfff6
MessageFromTarget 0x420c
- PlaySound SFX_10C
+ PlaySound SFX_BUTTON_PRESS
Wait 0x0018
SetRoomFlag 0x0000
SetLocalFlag 0x0092
diff --git a/data/sound/sounds.s b/data/sound/sounds.s
index fb2a0819..840cb9fe 100644
--- a/data/sound/sounds.s
+++ b/data/sound/sounds.s
@@ -232,7 +232,7 @@
.include "sounds/sfx109.s"
.include "sounds/sfx10A.s"
.include "sounds/sfx10B.s"
- .include "sounds/sfx10C.s"
+ .include "sounds/sfxButtonPress.s"
.include "sounds/sfx10D.s"
.include "sounds/sfx10E.s"
.include "sounds/sfx10F.s"
@@ -327,7 +327,7 @@
.include "sounds/sfx168.s"
.include "sounds/sfx169.s"
.include "sounds/sfx16A.s"
- .include "sounds/sfx16B.s"
+ .include "sounds/sfxPressurePlate.s"
.include "sounds/sfx16C.s"
.include "sounds/sfx16D.s"
.include "sounds/sfx16E.s"