Skip to content

Commit

Permalink
added actor textures
Browse files Browse the repository at this point in the history
  • Loading branch information
jesusyoshi54 committed Feb 16, 2021
1 parent 0965895 commit 9fe2de3
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions actors/bully/model.inc.c
Original file line number Diff line number Diff line change
Expand Up @@ -86,12 +86,12 @@ static const Lights1 bully_seg5_lights_05000450 = gdSPDefLights1(
// //! There's another malformed light entry here.
// 0x05000468
ALIGNED8 static const Texture bully_seg5_texture_05000468[] = {
#include "actors/bully/bully_left_side.rgba16.inc.c"
#include "actors/bully/bully_geo_0x5000468_custom.rgba16.inc.c"
};

// 0x05001468
ALIGNED8 static const Texture bully_seg5_texture_05001468[] = {
#include "actors/bully/bully_right_side.rgba16.inc.c"
#include "actors/bully/bully_geo_0x5001468_custom.rgba16.inc.c"
};

// 0x05002468
Expand Down
2 changes: 1 addition & 1 deletion actors/butterfly/model.inc.c
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ static const Vtx butterfly_seg3_vertex_03004348[] = {

// 0x030043A8
ALIGNED8 static const Texture butterfly_seg3_texture_030043A8[] = {
#include "actors/butterfly/butterfly_wing.rgba16.inc.c"
#include "actors/butterfly/butterfly_geo_0x30043a8_custom.rgba16.inc.c"
};

// 0x030053A8
Expand Down
4 changes: 2 additions & 2 deletions actors/king_bobomb/model.inc.c
Original file line number Diff line number Diff line change
Expand Up @@ -72,12 +72,12 @@ ALIGNED8 static const Texture king_bobomb_seg5_texture_05006478[] = {

// 0x05008478
ALIGNED8 static const Texture king_bobomb_seg5_texture_05008478[] = {
#include "actors/king_bobomb/king_bob-omb_left_side.rgba16.inc.c"
#include "actors/king_bobomb/king_bobomb_geo_0x5008478_custom.rgba16.inc.c"
};

// 0x05009478
ALIGNED8 static const Texture king_bobomb_seg5_texture_05009478[] = {
#include "actors/king_bobomb/king_bob-omb_right_side.rgba16.inc.c"
#include "actors/king_bobomb/king_bobomb_geo_0x5009478_custom.rgba16.inc.c"
};

// 0x0500A478
Expand Down
2 changes: 1 addition & 1 deletion actors/star/model.inc.c
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ static const Lights1 star_seg3_lights_0302A6D8 = gdSPDefLights1(

// 0x0302A6F0
ALIGNED8 static const Texture star_seg3_texture_0302A6F0[] = {
#include "actors/star/star_surface.rgba16.inc.c"
#include "actors/star/star_geo_0x302a6f0_custom.rgba16.inc.c"
};

// 0x0302AEF0
Expand Down
Binary file modified actors/star/star_geo_0x302a6f0_custom.rgba16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion actors/toad/model.inc.c
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ ALIGNED8 static const Texture toad_seg6_texture_06005920[] = {

// 0x06006120
ALIGNED8 static const Texture toad_seg6_texture_06006120[] = {
#include "actors/toad/toad_head.rgba16.inc.c"
#include "actors/toad/toad_geo_0x6006120_custom.rgba16.inc.c"
};

// 0x06006920
Expand Down
2 changes: 1 addition & 1 deletion actors/whomp/model.inc.c
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ ALIGNED8 static const Texture whomp_seg6_texture_0601C360[] = {

// 0x0601D360
ALIGNED8 static const Texture whomp_seg6_texture_0601D360[] = {
#include "actors/whomp/whomp_face.rgba16.inc.c"
#include "actors/whomp/whomp_geo_0x601d360_custom.rgba16.inc.c"
};

// 0x0601D360
Expand Down

0 comments on commit 9fe2de3

Please sign in to comment.