1
0
Fork 0
mirror of https://github.com/zeldaret/oot.git synced 2025-07-10 01:44:36 +00:00

[headers] z64bgcheck.h functions (#2239)

* [headers] z64bgcheck.h functions

* format

* bss
This commit is contained in:
Dragorn421 2024-09-27 11:29:19 +02:00 committed by GitHub
parent 2e6637ae43
commit f70e363392
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 127 additions and 122 deletions

View file

@ -2258,7 +2258,6 @@ void CollisionCheck_ATCylVsACQuad(PlayState* play, CollisionCheckContext* colChk
#if OOT_DEBUG
static s8 sBssDummy0;
static s8 sBssDummy1;
#endif
void CollisionCheck_ATQuadVsACCyl(PlayState* play, CollisionCheckContext* colChkCtx, Collider* atCol, Collider* acCol) {