Skip to content

Commit 2baba07

Browse files
committed
Tag fix
1 parent 2dcad76 commit 2baba07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/src/offsets.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -419,7 +419,7 @@ mod offsets_impl {
419419
offsets.map_controls = byte_search(MAP_CONTROLS_SEARCH_CODE).expect("Unable to find control mapping function!");
420420
offsets.once_per_game_frame = byte_search(ONCE_PER_GAME_FRAME_SEARCH_CODE).expect("Unable to find once-per-game-frame function!");
421421
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;
422+
offsets.global_frame_counter = 0x52e8b44;
423423
offsets.get_match_mode = {
424424
let offset = byte_search(GET_MATCH_MODE_SEARCH_CODE).expect("Unable to find get_match_mode!") - GET_MATCH_MODE_OFFSET_TO_START;
425425
let bl_offset = offset_from_bl(offset);

0 commit comments

Comments
 (0)