blob: ca4abb5dcb14cd17d27c0af4eada21d1a6ed1dd5 (
plain)
1
2
3
4
5
6
7
8
9
|
#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";
|