mirror of
https://github.com/zeldaret/tmc
synced 2026-07-25 06:19:04 -04:00
naming work
This commit is contained in:
+1
-1
@@ -54,7 +54,7 @@ void sub_0809B3C4(Entity* this) {
|
||||
u32 scroll;
|
||||
u32 height;
|
||||
this->action = 3;
|
||||
scroll = (u16)gRoomControls.roomScrollY - 0x10;
|
||||
scroll = (u16)gRoomControls.scroll_y - 0x10;
|
||||
height = (u16)this->y.HALF.HI - scroll;
|
||||
this->z.HALF.HI -= height;
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user