summaryrefslogtreecommitdiff
path: root/engine/movie
diff options
context:
space:
mode:
authorZumi Daxuya <daxuya.zumi+code@protonmail.com>2021-05-17 17:43:37 +0700
committerZumi Daxuya <daxuya.zumi+code@protonmail.com>2021-05-17 18:09:43 +0700
commit84cc9c2e3821c3309e7e4dc93f7317c39f6d3dc2 (patch)
tree920e0483a032a4b08cae52ff80a9488ee85167ea /engine/movie
parentd1c06357bd57ae586b79babce6006cd7dfce3651 (diff)
Identify some more SGB stuff, rework SGB layout constants
Diffstat (limited to 'engine/movie')
-rw-r--r--engine/movie/game_freak_intro.asm2
-rw-r--r--engine/movie/title.asm2
2 files changed, 2 insertions, 2 deletions
diff --git a/engine/movie/game_freak_intro.asm b/engine/movie/game_freak_intro.asm
index 9ae95c9..e3474a2 100644
--- a/engine/movie/game_freak_intro.asm
+++ b/engine/movie/game_freak_intro.asm
@@ -23,7 +23,7 @@ GameFreakIntro::
ld c, 10
call DelayFrames
- ld b, SGB_GS_TITLE_SCREEN
+ ld b, SGB_GF_INTRO
call GetSGBLayout
callab IntroCopyRightInfo
diff --git a/engine/movie/title.asm b/engine/movie/title.asm
index 2323d38..8ddf260 100644
--- a/engine/movie/title.asm
+++ b/engine/movie/title.asm
@@ -118,7 +118,7 @@ TitleSequenceInit::
ld a, " "
call ByteFill
- ld b, $06
+ ld b, SGB_TITLE_SCREEN
call GetSGBLayout
call EnableLCD
ld a, $01