mirror of
https://github.com/notwa/mm
synced 2024-11-05 02:19:03 -08:00
print the actual address of each setup
This commit is contained in:
parent
e36ff1afdf
commit
3f1815d5a3
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ end
|
|||
|
||||
local function dump_room(start, addr)
|
||||
local addr = addr or start
|
||||
printf("start: %06X", start)
|
||||
printf("start: %06X", addr)
|
||||
|
||||
local object_n, objects
|
||||
local actor_n, actors
|
||||
|
|
Loading…
Reference in a new issue