You've already forked Microtransactions64
mirror of
https://github.com/Print-and-Panic/Microtransactions64.git
synced 2026-01-21 10:17:19 -08:00
Fix end cake screen crash & flickering (#606)
This commit is contained in:
@@ -21,9 +21,7 @@ const GeoLayout ending_geo_area_1[] = {
|
||||
GEO_OPEN_NODE(),
|
||||
GEO_NODE_ORTHO(100),
|
||||
GEO_OPEN_NODE(),
|
||||
#ifdef VERSION_EU
|
||||
GEO_BACKGROUND_COLOR(0x0001),
|
||||
#endif
|
||||
GEO_BACKGROUND_COLOR(GPACK_RGBA5551(0, 0, 0, 1)),
|
||||
GEO_ASM(0, geo_exec_cake_end_screen),
|
||||
GEO_CLOSE_NODE(),
|
||||
GEO_CLOSE_NODE(),
|
||||
@@ -37,4 +35,3 @@ const GeoLayout ending_geo_area_1[] = {
|
||||
GEO_CLOSE_NODE(),
|
||||
GEO_END(),
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user