mirror of
https://github.com/zeldaret/tp
synced 2026-07-05 05:39:43 -04:00
d_a_kytag06 fully done / d_msg_class/object work (#300)
* d_a_kytag06 OK and d_msg_class/object wip * add some GXDraw functions * cleanup kytag6 * remove asm
This commit is contained in:
@@ -1857,7 +1857,7 @@ JKRExpHeap* dComIfGp_getSubHeap2D(int flag) {
|
||||
return NULL;
|
||||
}
|
||||
|
||||
int dComIfGs_checkGetInsectNum() {
|
||||
u8 dComIfGs_checkGetInsectNum() {
|
||||
static u8 l_itemno[24] = {
|
||||
M_BEETLE, F_BEETLE, M_BUTTERFLY, F_BUTTERFLY, M_STAG_BEETLE, F_STAG_BEETLE,
|
||||
M_GRASSHOPPER, F_GRASSHOPPER, M_NANAFUSHI, F_NANAFUSHI, M_DANGOMUSHI, F_DANGOMUSHI,
|
||||
@@ -1865,7 +1865,7 @@ int dComIfGs_checkGetInsectNum() {
|
||||
M_DRAGONFLY, F_DRAGONFLY, M_ANT, F_ANT, M_MAYFLY, F_MAYFLY,
|
||||
};
|
||||
|
||||
int insectCount = 0;
|
||||
u8 insectCount = 0;
|
||||
u8* insectList = l_itemno;
|
||||
|
||||
for (int i = 0; i < ARRAY_SIZE(l_itemno); i++) {
|
||||
|
||||
Reference in New Issue
Block a user