mirror of
https://github.com/zeldaret/tp
synced 2026-09-06 19:01:05 -04:00
big d_a_alink pass (#214)
* d_a_alink pass1 wip * more d_a_alink work * remove asm * more daalink work * 20% dol code decompiled * fixed some nonmatchings for building * a few daalink functions and labeling some HIO data
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
#pragma once
|
||||
#ifndef D_PROCNAME_H
|
||||
#define D_PROCNAME_H
|
||||
|
||||
enum {
|
||||
PROC_OVERLAP0 = 0x0000,
|
||||
@@ -793,4 +794,6 @@ enum {
|
||||
PROC_TIMER = 0x0315,
|
||||
PROC_METER2 = 0x0316,
|
||||
PROC_GAMEOVER = 0x0317,
|
||||
};
|
||||
};
|
||||
|
||||
#endif /* D_PROCNAME_H */
|
||||
Reference in New Issue
Block a user