diff options
author | Treeki <treeki@gmail.com> | 2012-09-25 23:03:30 +0200 |
---|---|---|
committer | Treeki <treeki@gmail.com> | 2012-09-25 23:03:30 +0200 |
commit | 46b65dfd76411bec6f8356c581f337f8a1944013 (patch) | |
tree | 016b4487a80bd6373589006e69b8c6bbbcf9188e /kamek_pal.x | |
parent | f4be7c3e4a44a6ec870eb61863a3d294da6f10ae (diff) | |
download | kamek-46b65dfd76411bec6f8356c581f337f8a1944013.tar.gz kamek-46b65dfd76411bec6f8356c581f337f8a1944013.zip |
added Remocon and GameMgr definitions, and made map HUD buttons work
Diffstat (limited to '')
-rw-r--r-- | kamek_pal.x | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/kamek_pal.x b/kamek_pal.x index 80ad1ce..75613ad 100644 --- a/kamek_pal.x +++ b/kamek_pal.x @@ -11,6 +11,10 @@ SECTIONS { __dt__18BGGMEffectRendererFv = 0x80092E30; __vt__18BGGMEffectRenderer = 0x80311908; __construct_array = 0x802DCC90; + + GetBMG__Fv = 0x800CDD50; + WriteBMGToTextBox__FPQ34nw4r3lyt7TextBoxPQ27dScript5Res_ciiie = 0x800C9B50; + m2d__Anm_c__Load = 0x801644F0; m2d__AnmResHandler_c__Load = 0x80163FA0; @@ -979,7 +983,7 @@ SECTIONS { ArchiveHeap = 0x8042A72C; DVDClass = 0x8042A318; - GameMgr = 0x8042A25C; + GameMgrP = 0x8042A25C; SaveFileInstance = 0x8042A320; SaveHandlerInstance = 0x8042A298; RemoconMng = 0x8042A230; |