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 - name: Prepare video
run: | run: |
cd assets 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 sh convert.sh

View File

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