mirror of
https://github.com/zeldaret/tmc
synced 2026-06-25 18:04:49 -04:00
move entity update functions
This commit is contained in:
+3
-3
@@ -96,9 +96,9 @@ void sub_0806D0B0(Entity* this) {
|
||||
if (this != NULL) {
|
||||
sub_0806D164(this);
|
||||
}
|
||||
gScreen.bg.bg1Control = 0x1d47;
|
||||
gScreen.bg.bg1Tilemap = &gMapDataTopSpecial;
|
||||
gScreen.bg.bg1Updated = 1;
|
||||
gScreen.bg1.control = 0x1d47;
|
||||
gScreen.bg1.tilemap = &gMapDataTopSpecial;
|
||||
gScreen.bg1.updated = 1;
|
||||
}
|
||||
|
||||
void sub_0806D0F8(void) {
|
||||
|
||||
@@ -32,6 +32,6 @@ void sub_0806EABC(Entity* this, u32 param) {
|
||||
sub_08050384();
|
||||
sub_08057044(param, &gUnk_020227E8, 0x202020);
|
||||
sub_0805F46C(0x3302, &gUnk_081146B8);
|
||||
gScreen.bg.bg0Updated = 1;
|
||||
gScreen.bg0.updated = 1;
|
||||
}
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user