mirror of
https://github.com/HarbourMasters/Starship
synced 2026-07-01 20:30:34 -04:00
ast_reward
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
#include "global.h"
|
||||
#include "fox_end2_data.c"
|
||||
#include "assets/ast_reward.h"
|
||||
|
||||
void func_ending_8018CE20(u32 arg0) {
|
||||
u8 alpha;
|
||||
@@ -146,9 +147,9 @@ void func_ending_8018D638(u32 arg0, AssetInfo* asset) {
|
||||
if (gExpertMode != 0) {
|
||||
for (i = 0; i < 240; i += 4) {
|
||||
if (!D_800D2F68) {
|
||||
TextureRect_16bRGBA(&gMasterDisp, D_8025080 + 316 * i, 316, 4, 0.0f, i, 1.0f, 1.0f);
|
||||
TextureRect_16bRGBA(&gMasterDisp, gEndingNormalReward + 316 * i, 316, 4, 0.0f, i, 1.0f, 1.0f);
|
||||
} else {
|
||||
TextureRect_16bRGBA(&gMasterDisp, D_8000000_RGBA + 316 * i, 316, 4, 0.0f, i, 1.0f, 1.0f);
|
||||
TextureRect_16bRGBA(&gMasterDisp, gEndingExpertReward + 316 * i, 316, 4, 0.0f, i, 1.0f, 1.0f);
|
||||
}
|
||||
}
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user