diff options
author | hjk321 <37224753+hjk321@users.noreply.github.com> | 2021-04-10 15:47:58 -0500 |
---|---|---|
committer | hjk321 <37224753+hjk321@users.noreply.github.com> | 2021-04-10 15:47:58 -0500 |
commit | e3e7a7423a3bea1cb5e8715278e3836f625842dc (patch) | |
tree | 74a0db2112d7888601f4784fbf9da75f73eac6f8 /src | |
parent | bd21bb41ab2cffcaac283c192efe6b5895a27d11 (diff) |
Document and index evolution_scene
Diffstat (limited to 'src')
-rw-r--r-- | src/evolution_scene.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/evolution_scene.c b/src/evolution_scene.c index 4b85e6e67..d2d6309f9 100644 --- a/src/evolution_scene.c +++ b/src/evolution_scene.c @@ -59,12 +59,12 @@ static void Task_MovingBackgroundPos(u8 taskId); static void ResetBgRegsAfterMovingBackgroundCancel(void); // const data -static const u16 sUnrefPal_83F6C90[] = INCBIN_U16("graphics/evolution_scene/unknown_5B4114.gbapal"); +static const u16 sUnusedPal[] = INCBIN_U16("graphics/evolution_scene/unused.gbapal"); static const u32 sMovingBackgroundTiles[] = INCBIN_U32("graphics/evolution_scene/bg.4bpp.lz"); static const u32 sMovingBackgroundMap1[] = INCBIN_U32("graphics/evolution_scene/bg.bin.lz"); static const u32 sMovingBackgroundMap2[] = INCBIN_U32("graphics/evolution_scene/bg2.bin.lz"); static const u16 sBlackPalette[] = INCBIN_U16("graphics/evolution_scene/gray_transition_intro.gbapal"); -static const u16 unref_83F7D80[] = INCBIN_U16("graphics/evolution_scene/unref_83F7D80.bin"); +static const u16 sUnusedTilemap[] = INCBIN_U16("graphics/evolution_scene/unused_tilemap.bin"); static const u16 sMovingBgPals[] = INCBIN_U16("graphics/evolution_scene/transition.gbapal"); static const u8 sText_ShedinjaJapaneseName[] = _("ヌケニン"); |