Update README

This commit is contained in:
2024-06-04 17:28:43 -04:00
parent e09c33f0e8
commit f8fba122ac
3 changed files with 12 additions and 3 deletions

View File

@@ -24,6 +24,10 @@
* reasonable ways as different from the original version.
*/
// Badge implementation adapted from GYTB by MrCheeze and ABE by AntiMach
// https://github.com/AntiMach/advanced-badge-editor
// https://github.com/MrCheeze/GYTB
#include "badges.h"
#include "draw.h"
#include "ui_strings.h"

View File

@@ -27,6 +27,9 @@
#include "music.h"
#include "loading.h"
// BCSTM Player adapted from BCSTM-Player by tobid7
// https://github.com/NPI-D7/BCSTM-Player/blob/main/source/bcstm.hpp
u32 read32(char *music_buf, ssize_t *cursor)
{
u32 ret;