diff options
| author | engineer124 <47598039+engineer124@users.noreply.github.com> | 2021-07-14 12:12:32 +1000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-13 22:12:32 -0400 |
| commit | afad253fa80221a48ceb0e42e5a66cdc2651e69c (patch) | |
| tree | 65b23e1274584287ba5d4c6839957c1e77d3a54f /linker_scripts/object_script.txt | |
| parent | 12217a208190bf8dce34970fe73b151f2b0591be (diff) | |
Match Remaining Obj_Lightswitch Functions (Obj_Lightswitch OK) (#207)
* Obj_Lightswitch OK
* Minor improvement
* PR Cleanup
Diffstat (limited to 'linker_scripts/object_script.txt')
| -rw-r--r-- | linker_scripts/object_script.txt | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/linker_scripts/object_script.txt b/linker_scripts/object_script.txt index 4c8dd73f5..28d90d970 100644 --- a/linker_scripts/object_script.txt +++ b/linker_scripts/object_script.txt @@ -549,9 +549,12 @@ D_06001180 = 0x06001180; D_06001A70 = 0x06001A70; /* z_obj_lightswitch */ -D_06000C20 = 0x6000C20; -D_06000420 = 0x6000420; -D_06001420 = 0x6001420; +D_06000260 = 0x06000260; +D_06000398 = 0x06000398; +D_06000408 = 0x06000408; +D_06000420 = 0x06000420; +D_06000C20 = 0x06000C20; +D_06001420 = 0x06001420; /* z_obj_milk_bin */ D_060004B0 = 0x060004B0; |
