Skip to content

Commit

Permalink
Update mapping to latest ghidra changes
Browse files Browse the repository at this point in the history
  • Loading branch information
roblabla authored and github-actions[bot] committed Mar 25, 2024
1 parent e0c24d2 commit 670e611
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions config/mapping.csv
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@ SoundPlayer::LoadPos,0x430e10,0xad,__thiscall,ZunResult,SoundPlayer*,char*
SoundPlayer::playBGM,0x430ec0,0xbe,__thiscall,u32,SoundPlayer*,u32
SoundPlayer::StopBGM,0x430f80,0xfc,__thiscall,void,SoundPlayer*
SoundPlayer::InitSoundBuffers,0x431080,0x156,__thiscall,ZunResult,SoundPlayer*
SoundPlayer::PlaySoundByIdx,0x4311e0,0x85,__thiscall,SoundPlayer*,SoundPlayer*,i32
SoundPlayer::PlaySoundByIdx,0x4311e0,0x85,__thiscall,void,SoundPlayer*,i32,i32
SoundPlayer::PlaySounds,0x431270,0x100,__thiscall,void,SoundPlayer*
playMusic,0x431370,0xb0,__stdcall,i32
SoundPlayer::SoundPlayer,0x431420,0x4c,__thiscall,u32*,SoundPlayer*
Expand Down Expand Up @@ -422,17 +422,17 @@ MainMenu::MainMenu,0x43575d,0x42,__thiscall,void,MainMenu*
MainMenu::OnUpdate,0x43579f,0x1d31,__stdcall,u32,MainMenu*
MainMenu::MoveCursor,0x43753c,0x136,__stdcall,i32,MainMenu*,i32
MainMenu::select_related,0x437672,0x131,__stdcall,void,MainMenu*,i16,u16,i32
DrawMenuItem,0x4377a3,0xff,__stdcall,void,MainMenu*,i32,i32,u32,u32,i32
MainMenu::DrawMenuItem,0x4377a3,0xff,__stdcall,void,AnmVm*,i32,i32,unsigned long,unsigned long,i32
MainMenu::BeginStartup,0x4378a2,0x142,__thiscall,ZunResult,MainMenu*
MainMenu::FUN_004379e4,0x4379e4,0x15d,__thiscall,i32,MainMenu*
MainMenu::DrawStartMenu,0x437b41,0x68b,__thiscall,u32,MainMenu*
MainMenu::DrawStartMenu,0x437b41,0x68b,__thiscall,ZunResult,MainMenu*
MainMenu::ReplayHandling,0x4381ec,0x9d5,__thiscall,void,MainMenu*
MainMenu::DrawReplayMenu,0x438bc1,0x337,__thiscall,u32,MainMenu*
MainMenu::setSavedCursorPosition,0x438ef8,0x23f,__thiscall,void,MainMenu*,AnmVm*,i32,i32,i32
MainMenu::FUN_00439137,0x439137,0x82e,__thiscall,u32,MainMenu*
MainMenu::ChoosePracticeLevel,0x439965,0x171,__thiscall,u32,MainMenu*
MainMenu::OnDraw,0x439ad6,0x2ca,unknown,u8,MainMenu*
MainMenu::LoadTitleAnm,0x439da0,0x1e8,__stdcall,ZunResult,MainMenu*
MainMenu::LoadTitleAnm,0x439da0,0x1e8,__stdcall,u32,MainMenu*
MainMenu::loadMenu,0x439f88,0x264,default,ZunResult,u32
LoadReplayMenu,0x43a1ec,0x14c,__stdcall,ZunResult,MainMenu*
MainMenu::RegisterChain,0x43a338,0x12c,unknown,ZunResult,u32
Expand Down

0 comments on commit 670e611

Please sign in to comment.