mirror of
https://github.com/zeldaret/tww.git
synced 2026-09-03 01:54:02 -04:00
C_BG_MIN_HEIGHT, C_BG_MAX_HEIGHT
This commit is contained in:
@@ -128,7 +128,7 @@ bool cBgS::LineCross(cBgS_LinChk* chk) {
|
||||
|
||||
/* 802468E4-80246A14 .text GroundCross__4cBgSFP11cBgS_GndChk */
|
||||
f32 cBgS::GroundCross(cBgS_GndChk* chk) {
|
||||
chk->SetNowY(C_BG_INVALID_HEIGHT);
|
||||
chk->SetNowY(C_BG_MIN_HEIGHT);
|
||||
chk->ClearPi();
|
||||
chk->mWallPrecheck = (chk->mFlag & 0x02);
|
||||
chk->mGndPrecheck = (chk->mFlag & 0x01);
|
||||
|
||||
@@ -4,7 +4,6 @@
|
||||
//
|
||||
|
||||
#include "SSystem/SComponent/c_m3d_g_aab.h"
|
||||
#include "dolphin/types.h"
|
||||
|
||||
/* 80251CC4-80251D08 .text SetMinMax__8cM3dGAabFRC4cXyz */
|
||||
void cM3dGAab::SetMinMax(const cXyz& pMinMax) {
|
||||
|
||||
Reference in New Issue
Block a user