mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 17:07:41 +00:00
Formatting, and more script object implementations
This commit is contained in:
@@ -2,23 +2,11 @@
|
||||
|
||||
namespace urde
|
||||
{
|
||||
void CPFRegionData::SetOpenLess(CPFRegion* region)
|
||||
{
|
||||
x24_openLess = region;
|
||||
}
|
||||
void CPFRegionData::SetOpenLess(CPFRegion* region) { x24_openLess = region; }
|
||||
|
||||
void CPFRegionData::SetOpenMore(CPFRegion* region)
|
||||
{
|
||||
x28_openMore = region;
|
||||
}
|
||||
void CPFRegionData::SetOpenMore(CPFRegion* region) { x28_openMore = region; }
|
||||
|
||||
CPFRegion* CPFRegionData::GetOpenLess()
|
||||
{
|
||||
return x24_openLess;
|
||||
}
|
||||
CPFRegion* CPFRegionData::GetOpenLess() { return x24_openLess; }
|
||||
|
||||
CPFRegion* CPFRegionData::GetOpenMore()
|
||||
{
|
||||
return x28_openMore;
|
||||
}
|
||||
CPFRegion* CPFRegionData::GetOpenMore() { return x28_openMore; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user