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
whitespace -> tabs in main.asm
split out std scripts from main.asm
add a menudata2 header in std scripts
shorten PrintMoveDescription -> PrintMoveDesc so rgbds doesnt choke
StdScripts label in engine/scripting.asm
Merge pull request #191 from Sanky/master
define PYTHON in Makefile for simpler local changes
update some labels and special/predef pointers
some specials in bank 3 and unown dex asm
Merge pull request #189 from yenatch/haxwiki-event-flags
Merge pull request #188 from yenatch/split-common
forgot to commit engine/farcall.asm
first round of event flag constants in map events
dump event flag constants from haxwiki
makefile: files in constants/ dont all end in 'constants' anymore
recomment CheckShininess and CheckContestMon
recomment Predef and GetPredefFn -> GetPredefPointer
split farcall functions into engine/farcall.asm
split out game time functions into engine/game_time.asm
split menu functions into engine/menu.asm
split Sine/Cosine into engine/sine.asm
split map object functions into engine/map_objects.asm
split some RTC interfaces into engine/rtc.asm
split vram functions out into engine/video.asm
split macros out from constants.asm into macros.asm