Skip to content

Commit

Permalink
Removed TODO comment for PAL
Browse files Browse the repository at this point in the history
  • Loading branch information
UltiNaruto committed Sep 17, 2024
1 parent d440c25 commit 74801f5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/patches.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11448,7 +11448,6 @@ fn patch_dol(
new_text_section_end += custom_item_has_power_up_patch.encoded_bytes().len() as u32;
new_text_section.extend(custom_item_has_power_up_patch.encoded_bytes());

// TODO: Fix it for PAL
let custom_item_get_item_amount_hook = ppcasm!(symbol_addr!("GetItemAmount__12CPlayerStateCFQ212CPlayerState9EItemType", version), {
b { new_text_section_end };
});
Expand Down

0 comments on commit 74801f5

Please sign in to comment.