diff options
| author | dannye <corrnondacqb@yahoo.com> | 2015-07-17 11:20:35 -0500 |
|---|---|---|
| committer | dannye <corrnondacqb@yahoo.com> | 2015-07-17 11:20:35 -0500 |
| commit | b85d7c65f35e93534a871ed34b1950daf59ab189 (patch) | |
| tree | c967421158f05af8c292caecf81540fdc77f99c9 /macros.asm | |
| parent | Merge pull request #103 from YamaArashi/master (diff) | |
| download | pokeyellow-b85d7c65f35e93534a871ed34b1950daf59ab189.tar.gz pokeyellow-b85d7c65f35e93534a871ed34b1950daf59ab189.tar.xz pokeyellow-b85d7c65f35e93534a871ed34b1950daf59ab189.zip | |
Enumerate map constants
closes https://github.com/iimarckus/pokered/issues/86
Diffstat (limited to 'macros.asm')
| -rw-r--r-- | macros.asm | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -130,7 +130,7 @@ IMAP: MACRO ; imap mapid_less_than,x-coordinate,y-coordinate,textpointer ; nybble: y-coordinate ; nybble: x-coordinate ; word : pointer to map name - db \1 + db \1 + 1 db \2 + \3 << 4 dw \4 ENDM |
