diff options
-rw-r--r-- | Adding-new-overworlds.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Adding-new-overworlds.md b/Adding-new-overworlds.md index 28a8c2d..eecf860 100644 --- a/Adding-new-overworlds.md +++ b/Adding-new-overworlds.md @@ -17,7 +17,7 @@ Your image should be saved as a .png with a bit depth of 4, allowing for a maxim The overworld, or event object graphics are located in **graphics/event_objects/pics** so it is recommended to save your image there. ## 2. Adding your image -Within **src/data/event_object_graphics.h** add a label for your image: +Within **src/data/field_event_obj/event_object_graphics.h** add a label for your image: ```c const u32 gEventObjectPic_Example[] = INCBIN_U32(“graphics/event_objects/pic/people/example.4bpp”); |