From ff49dd2b1e64ce479d542afdcc8d3c16b1de15b0 Mon Sep 17 00:00:00 2001 From: Gnome67 <102388813+Gnome67@users.noreply.github.com> Date: Tue, 6 Feb 2024 15:44:36 -0600 Subject: [PATCH] Updated Revert Brendan May Sprites to Ruby Sapphire (markdown) --- Revert-Brendan-May-Sprites-to-Ruby-Sapphire.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Revert-Brendan-May-Sprites-to-Ruby-Sapphire.md b/Revert-Brendan-May-Sprites-to-Ruby-Sapphire.md index f7839fc..e36b4b5 100644 --- a/Revert-Brendan-May-Sprites-to-Ruby-Sapphire.md +++ b/Revert-Brendan-May-Sprites-to-Ruby-Sapphire.md @@ -65,7 +65,7 @@ In [object_event_graphics.h](https://github.com/pret/pokeemerald/blob/master/src - const u32 gObjectEventPic_MayNormal[] = INCBIN_U32("graphics/object_events/pics/people/may/walking.4bpp"); - const u32 gObjectEventPic_MayRunning[] = INCBIN_U32("graphics/object_events/pics/people/may/running.4bpp"); ``` - +with: ```diff + const u32 gObjectEventPic_BrendanFieldMove[] = INCBIN_U32("graphics/object_events/pics/people/ruby_sapphire_brendan/field_move.4bpp"); + const u32 gObjectEventPic_BrendanSurfing[] = INCBIN_U32("graphics/object_events/pics/people/ruby_sapphire_brendan/surfing.4bpp");