From abe28b73d397548af7a8496dfce8fe5ddb8fb4d1 Mon Sep 17 00:00:00 2001 From: sillysagiri Date: Fri, 1 Apr 2022 12:56:48 +0700 Subject: [PATCH] rickroll --- .github/workflows/build.yml | 2 +- NDS/Makefile | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f344015..aed6e86 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 diff --git a/NDS/Makefile b/NDS/Makefile index 832b3a7..d541938 100644 --- a/NDS/Makefile +++ b/NDS/Makefile @@ -7,9 +7,9 @@ $(error "Please set DEVKITARM in your environment. export DEVKITARM=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