Skip to content

Commit 4b69f0b

Browse files
committed
Revert "Temp revert offset corrections for 13.0.2"
This reverts commit 4225983.
1 parent 4225983 commit 4b69f0b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

fighters/kirby/src/status/littlemac_special_n.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
use super::*;
22
use globals::*;
33

4-
#[skyline::from_offset(0xb96750)]
4+
#[skyline::from_offset(0xb96770)]
55
fn copy_ability_reset(fighter: *mut Fighter, some_miifighter_bool: bool);
66

77
#[status_script(agent = "kirby", status = FIGHTER_KIRBY_STATUS_KIND_LITTLEMAC_SPECIAL_N_START, condition = LUA_SCRIPT_STATUS_FUNC_STATUS_PRE)]

fighters/littlemac/src/vtable_hook.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ pub unsafe extern "C" fn update_littlemac_ui(entry_id: i32, total_gauge: f32) {
161161
update_littlemac_ui_internal((*offset + 0x41e4) as *mut u32, total_gauge as i32);
162162
}
163163

164-
#[skyline::from_offset(0x68cd80)]
164+
#[skyline::from_offset(0x68cda0)]
165165
fn update_littlemac_ui_internal(manager_offset: *mut u32, total_gauge: i32);
166166

167167
pub fn install() {

0 commit comments

Comments
 (0)