diff options
| author | Aetias <144526980+AetiasHax@users.noreply.github.com> | 2025-07-21 19:09:56 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-07-21 19:09:56 +0200 |
| commit | aee9c362bbeb9ae717f4b93cbbd5fa0dd9a71450 (patch) | |
| tree | 76d68901c25694abd6e3b7f90821e36229accf32 /include/global.h | |
| parent | 32cc123547fef2ff4aa170ef27ee0a825957a859 (diff) | |
ActorRupee 90% (#124)
* Remove `force_data` macro
* Use size_t in `operator new`
* Bump objdiff to v3.0.0-beta.10
* Decompile functions using gRandom
* ActorRupee 90%
* Fix old gRandom.Next calls
* Revert objdiff
* Clean up
Diffstat (limited to 'include/global.h')
| -rw-r--r-- | include/global.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/global.h b/include/global.h index a12885e7..449b8dfa 100644 --- a/include/global.h +++ b/include/global.h @@ -26,8 +26,4 @@ #pragma define_section sbss ".data" \ ".sbss" -// Force variables to be in .data by using #pragma section force_data begin|end -#pragma define_section force_data ".data" \ - ".data" - #endif |
