1
0
Fork 0
mirror of https://github.com/zeldaret/oot.git synced 2025-07-04 23:14:37 +00:00

Commit do_action_static (#2597)

* Commit `do_action_static`

* fix

* rm do_action_static from write_source.txt
This commit is contained in:
Dragorn421 2025-06-08 03:31:57 +02:00 committed by GitHub
parent d3d5898f17
commit 714f43b9e9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 623 additions and 6 deletions

View file

@ -10,6 +10,8 @@
#include "play_state.h"
#include "save.h"
#include "assets/textures/do_action_static/do_action_static.h"
void Interface_Destroy(PlayState* play) {
Map_Destroy(play);
}