mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-18 21:18:23 -04:00
More demo work, fix some fakematches in retail
This commit is contained in:
@@ -365,8 +365,7 @@ static BOOL body_atari_check(am2_class* i_this) {
|
||||
|
||||
/* 00000F54-00000FF4 .text BG_check__FP9am2_class */
|
||||
static void BG_check(am2_class* i_this) {
|
||||
f32 halfHeight = 40.0f + REG8_F(12);
|
||||
i_this->mAcchCir.SetWall(halfHeight, i_this->mAcchRadius);
|
||||
i_this->mAcchCir.SetWall(40.0f + REG8_F(12), i_this->mAcchRadius);
|
||||
|
||||
i_this->current.pos.y -= i_this->mCorrectionOffsetY;
|
||||
i_this->old.pos.y -= i_this->mCorrectionOffsetY;
|
||||
|
||||
Reference in New Issue
Block a user