diff options
| author | ehw <Knuckles500@gmail.com> | 2018-06-09 20:46:19 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-06-09 20:46:19 -0400 |
| commit | b3c6219cf11ff85f76f13eeb955e90c951cfe031 (patch) | |
| tree | 608ba6e020a8062301b338744d7481ca3f7b8428 /engine | |
| parent | 311187e6c8dcccf7ef69085f2d69cda0dc8d9ab8 (diff) | |
Update shim and title.asm
include vram.asm no longer needed, some function name changes
Diffstat (limited to 'engine')
| -rw-r--r-- | engine/title.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/title.asm b/engine/title.asm index 432c9c1..a8ea9b9 100644 --- a/engine/title.asm +++ b/engine/title.asm @@ -1,5 +1,5 @@ INCLUDE "constants.asm" -INCLUDE "vram.asm" +; INCLUDE "vram.asm" SECTION "Title screen", ROMX[$5D8C], BANK[$01] @@ -30,7 +30,7 @@ TitleSequenceStart:: ld a, $01 ldh [hBGMapMode], a call ClearTileMap - call ResetPalette + call UpdateTimePals ld a, [wJumptableIndex + 1] ld e, a |
