diff options
author | Bryan Bishop <kanzure@gmail.com> | 2013-12-28 23:56:34 -0800 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2013-12-28 23:56:34 -0800 |
commit | 983ef29fd0e3645cb6335ee8bb172312790a56e2 (patch) | |
tree | 93d198b963f6142ac35a99c503cff21680065b49 /includes.asm | |
parent | 0fdbdb43a794358b5ed484114486e2992d520338 (diff) | |
parent | a8cb73b654af67bb3caad2c6d45edce7436032b1 (diff) |
Merge pull request #221 from yenatch/more-objects
analyze the bytes
Diffstat (limited to 'includes.asm')
-rw-r--r-- | includes.asm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/includes.asm b/includes.asm index ce581fd02..cb82f5d1c 100644 --- a/includes.asm +++ b/includes.asm @@ -1,2 +1,3 @@ INCLUDE "globals.asm" +INCLUDE "contents.asm" INCLUDE "constants.asm" |