We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2dcad76 commit 2baba07Copy full SHA for 2baba07
utils/src/offsets.rs
@@ -419,7 +419,7 @@ mod offsets_impl {
419
offsets.map_controls = byte_search(MAP_CONTROLS_SEARCH_CODE).expect("Unable to find control mapping function!");
420
offsets.once_per_game_frame = byte_search(ONCE_PER_GAME_FRAME_SEARCH_CODE).expect("Unable to find once-per-game-frame function!");
421
offsets.on_rule_select = byte_search(ON_RULE_SELECT_SEARCH_CODE).expect("Unable to find on-rule-select instructions!");
422
- offsets.global_frame_counter = 0x52e6b44;
+ offsets.global_frame_counter = 0x52e8b44;
423
offsets.get_match_mode = {
424
let offset = byte_search(GET_MATCH_MODE_SEARCH_CODE).expect("Unable to find get_match_mode!") - GET_MATCH_MODE_OFFSET_TO_START;
425
let bl_offset = offset_from_bl(offset);
0 commit comments