Skip to content

Commit

Permalink
Fixed wrong JAP_WA_CAMERA_ASM_ADDR
Browse files Browse the repository at this point in the history
  • Loading branch information
RedShyGuy authored Dec 22, 2020
1 parent 8f59283 commit b1288b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Includes/Offsets.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@
#define JAP_CAMERA_ASM_ADDR 0x762CA4
#define USA_WA_CAMERA_ASM_ADDR 0x7634E8
#define EUR_WA_CAMERA_ASM_ADDR 0x7634E4
#define JAP_WA_CAMERA_ASM_ADDR 0x762CA4
#define JAP_WA_CAMERA_ASM_ADDR 0x762C7C

//Camera Rotation ASM
#define USA_CAMERA_ROT_ASM 0x1A3230
Expand Down

0 comments on commit b1288b9

Please sign in to comment.