cache: add get_camera_focal_point_height

This commit is contained in:
Adam
2018-01-26 21:41:17 -05:00
parent d53200cb14
commit 6353bb0138
2 changed files with 2 additions and 1 deletions

View File

@@ -464,7 +464,7 @@ public class Instructions
add(5505, 0, 1);
add(GET_MAPANGLE, "get_mapangle", 0, 1);
add(SET_CAMERA_FOCAL_POINT_HEIGHT, "set_camera_focal_point_height", 1, 0);
add(5531, 0, 1);
add(GET_CAMERA_FOCAL_POINT_HEIGHT, "get_camera_focal_point_height", 0, 1);
// 5600-5700
add(CANCEL_LOGIN, "cancel_login", 0, 0);
// 5700-6300

View File

@@ -362,6 +362,7 @@ public class Opcodes
public static final int SET_SCREENTYPE = 5309;
public static final int GET_MAPANGLE = 5506;
public static final int SET_CAMERA_FOCAL_POINT_HEIGHT = 5530;
public static final int GET_CAMERA_FOCAL_POINT_HEIGHT = 5531;
public static final int CANCEL_LOGIN = 5630;
public static final int SET_ZOOM_DISTANCE = 6201;
public static final int GET_VIEWPORT_SIZE = 6203;