diff options
| author | EllipticEllipsis <73679967+EllipticEllipsis@users.noreply.github.com> | 2021-08-18 16:24:57 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-08-18 11:24:57 -0400 |
| commit | 04343a12025c02030450b60f4de0698c04058567 (patch) | |
| tree | e424f82b4d64837680d7f935f034d7ed1d21e7ab /src/code | |
| parent | fa95f9e6e881457b4a711809a1bf62480cea2c82 (diff) | |
z_construct OK (#267)
* z_construct OK
* Rename
Diffstat (limited to 'src/code')
| -rw-r--r-- | src/code/z_construct.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/code/z_construct.c b/src/code/z_construct.c index c88f60c09..a2e295da2 100644 --- a/src/code/z_construct.c +++ b/src/code/z_construct.c @@ -1,3 +1,4 @@ #include "global.h" -#pragma GLOBAL_ASM("asm/non_matchings/code/z_construct/nop_801AAAA0.s") +void func_801AAAA0(GlobalContext* globalCtx) { +} |
