diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2020-08-25 17:49:42 -0400 |
---|---|---|
committer | GriffinR <griffin.g.richards@gmail.com> | 2020-08-25 17:49:42 -0400 |
commit | 95ea0e92e7e24de9ad77dfa0a3224718cd1564c3 (patch) | |
tree | b7a495221572f9861fd148a032a8f1850b15e3ec /include/graphics.h | |
parent | 9330df8b4c891dd36ea00fbadbae42a49dece297 (diff) |
Start documenting rayquaza_scene
Diffstat (limited to 'include/graphics.h')
-rw-r--r-- | include/graphics.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/graphics.h b/include/graphics.h index 4c98bee47..1c8a52b69 100644 --- a/include/graphics.h +++ b/include/graphics.h @@ -3310,8 +3310,8 @@ extern const u32 gBerryTag_Pal[]; // rayquaza scene gfx extern const u32 gRaySceneGroudon_Gfx[]; -extern const u32 gRaySceneGroudon2_Gfx[]; -extern const u32 gRaySceneGroudon3_Gfx[]; +extern const u32 gRaySceneGroudonShoulder_Gfx[]; +extern const u32 gRaySceneGroudonClaw_Gfx[]; extern const u32 gRaySceneKyogre_Gfx[]; extern const u32 gRaySceneKyogre2_Gfx[]; extern const u32 gRaySceneKyogre3_Gfx[]; |