mirror of
https://github.com/izzy2lost/2ship2harkinian-Android.git
synced 2026-06-19 01:20:08 -07:00
ovl_daytelop OK (#277)
* eeeee * nonequivalents * draw * Import data * Match Daytelop_LoadGraphics * draw kinda better * extract daytelops and gameover * SEGMENT_ROM macros * Use extracted symbols for daytelop * match Daytelop_Draw * Fix bss * draw cleanup * Daytelop_Update from non equivalent to non matching * Some renames and spec * Run formatter * enum * sfx * Use SEGMENT_ROM_START macros everywhere * more macros * run formatter * Add description * update variables.txt * Remove extra stuff in gbi.h * Would this fix it? * and again * whoops * Apply suggestions from code review Co-authored-by: Tharo <17233964+Thar0@users.noreply.github.com> * Tharo's suggestions * match Daytelop_Update * run formatter * fix merge issues Co-authored-by: Tharo <17233964+Thar0@users.noreply.github.com>
This commit is contained in:
co-authored by
Tharo
parent
a59943bc4a
commit
2ff7320409
@@ -4888,9 +4888,10 @@
|
||||
0x808147F0:("D_808147F0","f32","",0x4),
|
||||
0x80814E80:("D_80814E80","UNK_TYPE1","",0x1),
|
||||
0x80814E90:("D_80814E90","UNK_TYPE1","",0x1),
|
||||
0x80815FF0:("D_80815FF0","u32","[4]",0x10),
|
||||
0x80816000:("D_80816000","u32","[4]",0x10),
|
||||
0x80816010:("D_80816010","u32","[4]",0x10),
|
||||
0x80815FF0:("D_80815FF0","u8","",0x1),
|
||||
0x80815FF4:("sDayLeftTextures","TexturePtr","[4]",0x10),
|
||||
0x80816004:("sDayRightTextures","TexturePtr","[4]",0x10),
|
||||
0x80816014:("sHoursLeftTextures","TexturePtr","[3]",0xC),
|
||||
0x8082AED0:("D_8082AED0","UNK_TYPE1","",0x1),
|
||||
0x8082AED8:("D_8082AED8","UNK_TYPE1","",0x1),
|
||||
0x8082AEE0:("D_8082AEE0","UNK_TYPE2","",0x2),
|
||||
|
||||
@@ -11,6 +11,7 @@ CLOSE_DISPS = "void"
|
||||
ABS = "int"
|
||||
SQ = "int"
|
||||
CLAMP = "int"
|
||||
CLOCK_TIME = "int"
|
||||
|
||||
[decompme.compilers]
|
||||
"tools/ido_recomp/linux/7.1/cc" = "ido7.1"
|
||||
@@ -18,4 +19,4 @@ CLAMP = "int"
|
||||
"tools/ido_recomp/windows/7.1/cc" = "ido7.1"
|
||||
"tools/ido_recomp/linux/5.3/cc" = "ido5.3"
|
||||
"tools/ido_recomp/macos/5.3/cc" = "ido5.3"
|
||||
"tools/ido_recomp/windows/5.3/cc" = "ido5.3"
|
||||
"tools/ido_recomp/windows/5.3/cc" = "ido5.3"
|
||||
|
||||
Reference in New Issue
Block a user