mirror of
https://github.com/HarbourMasters/Starship.git
synced 2025-01-23 21:45:00 +03: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";
|
||
|
|