mirror of
https://github.com/zeldaret/tmc
synced 2026-09-08 03:36:29 -04:00
several more player functions done
This commit is contained in:
+1
-1
@@ -133,7 +133,7 @@ u32 sub_080544C8(u32 arg0) {
|
||||
}
|
||||
}
|
||||
|
||||
u32 sub_080544DC(u32 arg0) {
|
||||
u32 GetBottleContaining(u32 arg0) {
|
||||
if (arg0 == gSave.stats.bottles[0]) {
|
||||
return 1;
|
||||
} else if (arg0 == gSave.stats.bottles[1]) {
|
||||
|
||||
Reference in New Issue
Block a user