move mon icons into menu/mon_icons.asm
clean up a couple mobile function comments
split title screen functions into engine/title.asm
split the mobile adapter library into lib/mobile/
split color asm and data into engine/color.asm
dump a couple palettes in predef/cgb.asm
dump a palette set at the end of bank 2
move part of an incbin into predef/cgb.asm
finish an old script pointer table
Merge pull request #203 from yenatch/globals
include globals.asm in pokecrystal.asm
consolidate labels across objects into globals.asm
move wram constants into constants.asm; make all labels use :s
check that a source file exists before scanning it for includes
Merge pull request #202 from yenatch/rgbasm-objects
use a docstring instead of comments in scan_includes
abstract make targets are now phony
rename make variables for graphics files
scan source files for Makefile dependencies
rewrite Makefile to handle multiple rgbasm objects
move gbhw.asm and hram.asm to constants.asm
Merge branch 'master' into rgbasm-objects
Merge branch 'master' into rgbasm-objects
no need to use python if baserom.gbc doesn't exist
suppress .tx handling in Makefile
Merge pull request #201 from kanzure/fix-submodule-version
Merge pull request #200 from kanzure/update-refactored-preprocessor
Merge pull request #198 from yenatch/split-predefs-specials-stds
split spikes effect into effects/spikes.asm
split protect and endure effects into battle/effects/
comment protect and endure move effects
consecutive protect/endure count in battle
split curse effect into battle/effects/curse.asm
Merge pull request #4 from kanzure/fix-split-predefs-specials-stds
move name rater asm into event/name_rater.asm
Merge branch 'yenatch/split-predefs-specials-stds' into fix-split-predefs-specials-stds
Merge branch 'yenatch/split-predefs-specials-stds' into fix-split-predefs-specials-stds
Merge branch 'yenatch/split-predefs-specials-stds' into fix-split-predefs-specials-stds
Merge branch 'yenatch/split-predefs-specials-stds' into fix-split-predefs-specials-stds
split sgb-to-cgb asm into predef/cgb.asm
cgb replacements for sgb layouts
split sgb stuff into predef/sgb.asm
PokedexSeen and PokedexCaught were swapped
move multiplication/division functions into common/math.asm
split more copy functions into common/copy2.asm
clean up some common includes and give names to wram copy functions
split Predef into common/predef.asm
split serial handshake into common/handshake.asm
Merge pull request #197 from yenatch/master
ItemIsMail and comment thief move effect
comment arena trap move effect asm
comment nightmare move effect asm
Merge pull request #196 from yenatch/std-scripts
Merge pull request #195 from yenatch/predefs
Merge pull request #172 from kanzure/refactor-preprocessor
Merge branch 'master' into refactor-preprocessor
Merge pull request #190 from yenatch/master
move double speed functions into common/double_speed.asm
labels for cgb double speed functions
split sram access asm into common/sram.asm
split Random into common/random.asm
split item interfaces into common/item.asm
split InitString asm into common/string.asm
split flag action asm into common/flag.asm
split map engine asm into common/map.asm
rename BUTTON_A and BUTTON_B constants to A_BUTTON and B_BUTTON
move common asm from engine/ to common/
split fruit tree asm out into engine/fruit_trees.asm
split type strings and related asm out into text/types.asm
leftover trainer class names from red
Merge pull request #194 from kanzure/fix-asm-whitespace