sm64coopdx/levels/hmc/areas/1
PeachyPeachSM64 b4c8f023d2
Some checks failed
Build coop / build-linux (push) Has been cancelled
Build coop / build-steamos (push) Has been cancelled
Build coop / build-windows-opengl (push) Has been cancelled
Build coop / build-windows-directx (push) Has been cancelled
Build coop / build-macos-arm (push) Has been cancelled
Build coop / build-macos-intel (push) Has been cancelled
Make painting textures replaceable by Lua
Fix `textureArray` type to be recognized by autogen.

Painting textures can be replaced with the following code:
```
local tex1 = get_texture_info("texture_bottom")
local tex2 = get_texture_info("texture_top")

gPaintingValues.bob_painting.textureArray[1] = tex1.texture
gPaintingValues.bob_painting.textureArray[2] = tex2.texture
```

Texture format must be RGBA 16-bit for built-in textures or
RGBA 32-bit for mod loaded textures.
2025-10-05 12:12:14 +02:00
..
1 extract assets from rom at runtime (#4) 2024-03-23 16:11:30 -04:00
2 extract assets from rom at runtime (#4) 2024-03-23 16:11:30 -04:00
3 extract assets from rom at runtime (#4) 2024-03-23 16:11:30 -04:00
4 extract assets from rom at runtime (#4) 2024-03-23 16:11:30 -04:00
5 extract assets from rom at runtime (#4) 2024-03-23 16:11:30 -04:00
6 extract assets from rom at runtime (#4) 2024-03-23 16:11:30 -04:00
7 extract assets from rom at runtime (#4) 2024-03-23 16:11:30 -04:00
8 extract assets from rom at runtime (#4) 2024-03-23 16:11:30 -04:00
9 extract assets from rom at runtime (#4) 2024-03-23 16:11:30 -04:00
10 extract assets from rom at runtime (#4) 2024-03-23 16:11:30 -04:00
11 extract assets from rom at runtime (#4) 2024-03-23 16:11:30 -04:00
12 extract assets from rom at runtime (#4) 2024-03-23 16:11:30 -04:00
13 extract assets from rom at runtime (#4) 2024-03-23 16:11:30 -04:00
14 extract assets from rom at runtime (#4) 2024-03-23 16:11:30 -04:00
15 extract assets from rom at runtime (#4) 2024-03-23 16:11:30 -04:00
16 extract assets from rom at runtime (#4) 2024-03-23 16:11:30 -04:00
17 extract assets from rom at runtime (#4) 2024-03-23 16:11:30 -04:00
18 extract assets from rom at runtime (#4) 2024-03-23 16:11:30 -04:00
19 extract assets from rom at runtime (#4) 2024-03-23 16:11:30 -04:00
20 extract assets from rom at runtime (#4) 2024-03-23 16:11:30 -04:00
21 extract assets from rom at runtime (#4) 2024-03-23 16:11:30 -04:00
22 extract assets from rom at runtime (#4) 2024-03-23 16:11:30 -04:00
23 extract assets from rom at runtime (#4) 2024-03-23 16:11:30 -04:00
24 extract assets from rom at runtime (#4) 2024-03-23 16:11:30 -04:00
25 extract assets from rom at runtime (#4) 2024-03-23 16:11:30 -04:00
26 extract assets from rom at runtime (#4) 2024-03-23 16:11:30 -04:00
27 extract assets from rom at runtime (#4) 2024-03-23 16:11:30 -04:00
28 extract assets from rom at runtime (#4) 2024-03-23 16:11:30 -04:00
29 extract assets from rom at runtime (#4) 2024-03-23 16:11:30 -04:00
30 extract assets from rom at runtime (#4) 2024-03-23 16:11:30 -04:00
31 extract assets from rom at runtime (#4) 2024-03-23 16:11:30 -04:00
32 extract assets from rom at runtime (#4) 2024-03-23 16:11:30 -04:00
grill_door extract assets from rom at runtime (#4) 2024-03-23 16:11:30 -04:00
collision.inc.c extract assets from rom at runtime (#4) 2024-03-23 16:11:30 -04:00
geo.inc.c Refresh 7 2020-03-01 22:42:52 -05:00
macro.inc.c refresh 4 2019-12-01 21:52:53 -05:00
movtext.inc.c Refresh 3 2019-11-03 14:36:27 -05:00
painting.inc.c Make painting textures replaceable by Lua 2025-10-05 12:12:14 +02:00
room.inc.c Refresh 3 2019-11-03 14:36:27 -05:00
trajectory.inc.c Refresh 3 2019-11-03 14:36:27 -05:00