ankano/src/intro.asm

14 lines
313 B
NASM

; Copyright (C) 2020 nytpu
; This file is licensed under the terms of the MIT License.
; For more license details, see LICENSE or <https://mit-license.org/>.
INCLUDE "defines.asm"
SECTION "Intro", ROMX
; render the intro scene
Intro::
; TODO: animate intro logo
; TODO: create start screen
jp EnterMainLoop