From b9f75788462cbca633431b1d9e0a70ec23c87dad Mon Sep 17 00:00:00 2001 From: Pseurae Date: Wed, 2 Oct 2024 14:24:27 +0000 Subject: [PATCH] Credit merpp --- README.md | 7 ++++--- src/field_player_avatar.c | 7 ------- 2 files changed, 4 insertions(+), 10 deletions(-) delete mode 100644 src/field_player_avatar.c 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"