diff options
author | luckytyphlosion <10688458+luckytyphlosion@users.noreply.github.com> | 2018-01-30 14:05:25 -0500 |
---|---|---|
committer | luckytyphlosion <10688458+luckytyphlosion@users.noreply.github.com> | 2018-01-30 14:05:25 -0500 |
commit | 3203ad7d50f6558cba8494a4e93d095d16c5e0d2 (patch) | |
tree | 07b86dda3f2c399e6543d4dbc20e6c084b109a2b /engine/crystal_intro.asm | |
parent | a1951cefc09035e11077a433b28ec8c66b3b03db (diff) |
Fix comment/style issues caused from w-izing.
Diffstat (limited to 'engine/crystal_intro.asm')
-rwxr-xr-x | engine/crystal_intro.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/crystal_intro.asm b/engine/crystal_intro.asm index d482c3cfa..d6c467867 100755 --- a/engine/crystal_intro.asm +++ b/engine/crystal_intro.asm @@ -352,7 +352,7 @@ INCBIN "gfx/splash/logo2.1bpp" CrystalIntro: ; e48ac ld a, [rSVBK] push af - ld a, BANK(wPals) + ld a, BANK(wGBCPalettes) ld [rSVBK], a ld a, [hInMenu] push af |