mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-19 21:41:59 +00:00
[ntsc-1.2] Organize n64dd declarations and convert to 1.0 addresses (#2127)
* Reorganize n64dd declarations * Fix bss * Really fix bss
This commit is contained in:
parent
aa1c7f3155
commit
8153c952f6
31 changed files with 156 additions and 178 deletions
|
@ -474,11 +474,8 @@ void EnMag_DrawImageRGBA32(Gfx** gfxP, s16 centerX, s16 centerY, u8* source, u32
|
|||
}
|
||||
|
||||
#if PLATFORM_N64
|
||||
// TODO n64dd functions
|
||||
s32 func_801C79BC_unknown(void);
|
||||
|
||||
void func_80AEEA48_unknown(Gfx** gfxP, s16 arg1, s16 arg2, u32 arg3) {
|
||||
if ((B_80121AE2 != 0) && (func_801C79BC_unknown() != 0)) {
|
||||
if ((D_80121212 != 0) && (func_801C70FC() != 0)) {
|
||||
Gfx* gfx = *gfxP;
|
||||
s32 temp_a3 = (arg1 + 0x40) << 2;
|
||||
s32 temp_t0 = (arg2 + 5) << 2;
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
#include "cic6105.h"
|
||||
#endif
|
||||
|
||||
#pragma increment_block_number "gc-eu:174 gc-eu-mq:174 gc-jp:176 gc-jp-ce:176 gc-jp-mq:176 gc-us:176 gc-us-mq:176"
|
||||
#pragma increment_block_number "gc-eu:166 gc-eu-mq:166 gc-jp:168 gc-jp-ce:168 gc-jp-mq:168 gc-us:168 gc-us-mq:168"
|
||||
|
||||
#define FLAGS ACTOR_FLAG_4
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue