diff options
| author | Julgodis <> | 2021-04-10 07:02:38 +0200 |
|---|---|---|
| committer | Julgodis <> | 2021-04-10 07:02:38 +0200 |
| commit | 0ad6ebe7b499ad3efffad93e2e7eb1033bcb6598 (patch) | |
| tree | a40631b0654c4d310ebff2360e2a4ef32437a2b5 /src/d/d_tresure.cpp | |
| parent | 2661db6aaa98a5bbd17691cb438ef64752dbcdf4 (diff) | |
moved strings + decompile simple store functions
Diffstat (limited to 'src/d/d_tresure.cpp')
| -rw-r--r-- | src/d/d_tresure.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/d_tresure.cpp b/src/d/d_tresure.cpp index 937be57900..2eb7c91d10 100644 --- a/src/d/d_tresure.cpp +++ b/src/d/d_tresure.cpp @@ -333,7 +333,7 @@ SECTION_RODATA u8 const dTres_c::typeToTypeGroup[34 + 6 /* padding */] = { 0x00, 0x00, }; -COMPILER_STRIP_GATE(8037B0D8, &dTres_c::typeToTypeGroup); +COMPILER_STRIP_GATE(0x8037B0D8, &dTres_c::typeToTypeGroup); /* 8009C49C-8009C4B0 096DDC 0014+00 0/0 1/1 0/0 .text getTypeGroupNoToType__7dTres_cFUc */ |
