summaryrefslogtreecommitdiff
path: root/engine/movie
diff options
context:
space:
mode:
authorZumi <13794376+ZoomTen@users.noreply.github.com>2021-01-26 10:29:07 +0700
committerGitHub <noreply@github.com>2021-01-25 22:29:07 -0500
commitd9f52a57a604cc1204f6077e21d75e04cb954672 (patch)
treed1cfa2e3003c1bac1b74a3a289e01421dfcc387d /engine/movie
parent735e9f09a2bfc6c32ed596906c07ec501fb05070 (diff)
Disassemble RTC setup dialog and slot machine minigame (bank $24) (#87)
Also identify SFX and cry pointers
Diffstat (limited to 'engine/movie')
-rw-r--r--engine/movie/oak_speech.asm2
-rw-r--r--engine/movie/title.asm2
2 files changed, 2 insertions, 2 deletions
diff --git a/engine/movie/oak_speech.asm b/engine/movie/oak_speech.asm
index 5941f65..5d0e6af 100644
--- a/engine/movie/oak_speech.asm
+++ b/engine/movie/oak_speech.asm
@@ -88,7 +88,7 @@ GameStart::
ld [wMusicFadeIDLow], a
ld a, d
ld [wMusicFadeIDHigh], a
- ld de, $000B ; should be a constant - shrink noise?
+ ld de, SFX_ESCAPE_ROPE
call PlaySFX
pop af
call Bankswitch
diff --git a/engine/movie/title.asm b/engine/movie/title.asm
index d84d8c5..2323d38 100644
--- a/engine/movie/title.asm
+++ b/engine/movie/title.asm
@@ -267,7 +267,7 @@ TitleSeq_LoadPokemonLogo::
TitleSeq_Start::
call TitleSeq_IncreaseJumpTableIndex
push de
- ld de, $2D ; "swish" sound
+ ld de, SFX_TITLE_ENTRANCE
call PlaySFX
pop de
ld a, $80