This commit is contained in:
sillysagiri 2022-04-01 12:56:48 +07:00
parent cbb0814b49
commit abe28b73d3
2 changed files with 4 additions and 4 deletions

View File

@ -34,7 +34,7 @@ jobs:
- name: Prepare video
run: |
cd assets
ytdl "https://www.youtube.com/watch?v=FtutLA63Cp8" -o video.mp4
ytdl "https://www.youtube.com/watch?v=dQw4w9WgXcQ" -o video.mp4
sh convert.sh

View File

@ -7,9 +7,9 @@ $(error "Please set DEVKITARM in your environment. export DEVKITARM=<path to>dev
endif
# These set the information text in the nds file
GAME_TITLE := Bad Apple DS
GAME_SUBTITLE1 := Created by Melody
GAME_SUBTITLE2 := https://melody.my.id
GAME_TITLE := Rune Factory 5 Lite
GAME_SUBTITLE1 := Version 1.0.2b
GAME_SUBTITLE2 := Created by Melody
include $(DEVKITARM)/ds_rules