diff options
| author | octorock <79596758+octorock@users.noreply.github.com> | 2022-12-11 12:07:48 +0100 |
|---|---|---|
| committer | octorock <79596758+octorock@users.noreply.github.com> | 2022-12-11 12:07:48 +0100 |
| commit | 1d741c182dec03c6c7a6ea337f351eedf7d6eb65 (patch) | |
| tree | 7a1fc484cc98a123a562ed5bb2e03e85b6f28e95 /asm/src | |
| parent | 017eb5a65efe06ab338f7d6a3bdd1188fcca6c3e (diff) | |
Extract dungeon maps
Diffstat (limited to 'asm/src')
| -rw-r--r-- | asm/src/veneer.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/asm/src/veneer.s b/asm/src/veneer.s index 42a0af6b..ab8e1336 100644 --- a/asm/src/veneer.s +++ b/asm/src/veneer.s @@ -161,7 +161,7 @@ gUnk_08000258:: .4byte gMapTop+0x5004 .4byte gMapBottom+0x3004 .4byte gMapBottom+0x5004 -gUnk_08000278:: +gUnk_08000278:: @ unkData3 for layers .4byte gMapBottom+0xb004 .4byte gMapBottom+0xb004 .4byte gMapTop+0xb004 |
