From 32e931b90db4e4131ee775239b9cebe58dc58286 Mon Sep 17 00:00:00 2001 From: Chase-san <34535+Chase-san@users.noreply.github.com> Date: Tue, 22 Nov 2022 04:17:50 -0500 Subject: [PATCH] Update README.md --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index df37dc2..9c44dcb 100644 --- a/README.md +++ b/README.md @@ -2,3 +2,18 @@ PPSE-DS ======= Project Pokemon SAV Editor - DS + +## Notes + +This relies on the following: + +### PokeLib +This is the pokemon ediiting library used by PPSE-DS. There might be a few missing functions in the version on Git. I have the other sources but I have not attempted to compile this in some time. +https://github.com/Chase-san/PokeLib + +### libulx +This is an old defunct homebrew graphics library for NDS, which I then modified. +I have included an archive with the last version I could find back in 2012. + +### devkitpro +PPSE-DS was written with devkitpro for NDS. It unfortunately changed a lot during those years so it might not be compatible any more.