diff --git a/README.md b/README.md index 1a25dec..2ea3eca 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,7 @@ This patch is mostly compatible with vanilla saves. The bag expansion patch **wi A `output.gba` will be created as your patched file. ## Credits -Cutlerine and the Snakewood Team for creating Pokemon Snakewood. -PRET for their [decompilation of Pokemon Ruby](https://github.com/pret/pokeruby). -Super Versekr Dark for their Exp Points on capturing routine. \ No newline at end of file +- Cutlerine and the Snakewood Team for creating Pokemon Snakewood. +- PRET for their [decompilation of Pokemon Ruby](https://github.com/pret/pokeruby). +- Super Versekr Dark for their Exp Points on capturing routine. +- merpp for pokeemerald's overworld shadow feature. \ No newline at end of file diff --git a/src/field_player_avatar.c b/src/field_player_avatar.c deleted file mode 100644 index ead42d5..0000000 --- a/src/field_player_avatar.c +++ /dev/null @@ -1,7 +0,0 @@ -#include "types.h" -#include "field_player_avatar.h" -#include "event_object_movement.h" -#include "field_control_avatar.h" -#include "flags.h" -#include "constants/flags.h" -#include "constants/gba.h"