mirror of
https://github.com/HarbourMasters/Starship
synced 2026-05-26 23:56:53 -04:00
10 lines
270 B
C
10 lines
270 B
C
#pragma once
|
|
|
|
#include "gfx.h"
|
|
#include "sf64object.h"
|
|
|
|
static const ALIGN_ASSET(2) char gEndingExpertReward[] = "__OTR__ast_ending_expert/ending_expert_reward";
|
|
|
|
static const ALIGN_ASSET(2) char gEndingNormalReward[] = "__OTR__ast_ending_expert/ending_normal_reward";
|
|
|