mirror of
https://github.com/notwa/mm
synced 2025-02-05 05:23:22 -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 function dump_room(start, addr)
|
||||||
local addr = addr or start
|
local addr = addr or start
|
||||||
printf("start: %06X", start)
|
printf("start: %06X", addr)
|
||||||
|
|
||||||
local object_n, objects
|
local object_n, objects
|
||||||
local actor_n, actors
|
local actor_n, actors
|
||||||
|
|
Loading…
Add table
Reference in a new issue