api: more imports and tile stuff

This commit is contained in:
ThatGamerBlue
2020-07-19 18:19:17 +01:00
parent 2c8ca731e6
commit cc28d4d2f2
33 changed files with 288 additions and 170 deletions

View File

@@ -76,7 +76,8 @@ public class WorldMapLabel {
signature = "(II)Z",
garbageValue = "578317705"
)
public static boolean method487(int var0) {
@Export("Widget_hasContinueOption")
public static boolean Widget_hasContinueOption(int var0) {
return (var0 & 1) != 0;
}