1
0
Fork 0
mirror of https://github.com/notwa/mm synced 2024-05-05 00:33:22 -07:00

print the actual address of each setup

This commit is contained in:
Connor Olding 2016-10-03 14:02:20 -07:00
parent e36ff1afdf
commit 3f1815d5a3

View File

@ -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