pokecrystal-board/macros
yenatch e7a3ba0592 Add a macro for enumeration.
"enum" is like "const" but uses variables instead. This might not be desired.

It has been moved to the top of macros.asm so that included macros can be enumerated.
2015-04-13 21:41:32 -07:00
..
charmap.asm Stop using the preprocessor. 2015-01-20 00:01:23 -08:00
enum.asm Add a macro for enumeration. 2015-04-13 21:41:32 -07:00
event.asm Use labels for script specials instead of constants/static values. 2015-02-11 15:03:42 -08:00
map.asm Move the map_header macro into macros/map.asm. 2015-02-11 23:27:11 -08:00
mobile.asm Add a "mobile" directive for dummied-out mobile adapter functions. 2015-01-27 15:03:14 -08:00
move_anim.asm Stop using the preprocessor. 2015-01-20 00:01:23 -08:00
move_effect.asm Stop using the preprocessor. 2015-01-20 00:01:23 -08:00
movement.asm Stop using the preprocessor. 2015-01-20 00:01:23 -08:00
predef.asm Move around some more macros. 2015-01-20 14:26:16 -08:00
rst.asm Move around some more macros. 2015-01-20 14:26:16 -08:00
sound.asm Move around some more macros. 2015-01-20 14:26:16 -08:00
text.asm Start moving relevant macros into macros/text.asm. 2015-01-20 14:10:55 -08:00