Skip to content

Commit

Permalink
Merge pull request #346 from roblabla/gui-reorder
Browse files Browse the repository at this point in the history
Reorder functions in GUI
  • Loading branch information
roblabla authored Dec 1, 2024
2 parents 4c827f7 + af18a46 commit 0e3e58c
Show file tree
Hide file tree
Showing 8 changed files with 665 additions and 685 deletions.
3 changes: 1 addition & 2 deletions config/ghidra_ns_to_obj.csv
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ FileSystem,th06::FileSystem
GameErrorContext,th06::GameErrorContext
GameManager,th06::GameManager
GameWindow,th06::GameWindow
Gui,th06::Gui
GuiImpl,th06::GuiImpl
Gui,th06::Gui,th06::GuiImpl
IPbg3Parser,th06::IPbg3Parser
ItemManager,th06::ItemManager
MainMenu,th06::MainMenu
Expand Down
8 changes: 0 additions & 8 deletions objdiff.json
Original file line number Diff line number Diff line change
Expand Up @@ -154,14 +154,6 @@

"reverse_fn_order": false
},
{
"name": "GuiImpl",

"target_path": "build/objdiff/orig/GuiImpl.obj",
"base_path": "build/objdiff/reimpl/GuiImpl.obj",

"reverse_fn_order": false
},
{
"name": "IPbg3Parser",

Expand Down
1 change: 0 additions & 1 deletion scripts/configure.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@ def configure(build_type):
"EnemyManager",
"BulletManager",
"Gui",
"GuiImpl",
"GameManager",
"Chain",
"Controller",
Expand Down
Loading

0 comments on commit 0e3e58c

Please sign in to comment.