super duper disassembler fixes
advance forward when disassembling the rom
Merge pull request #19 from iimarckus/eggmoves
backtracking and labeling for the disassembler
Add egg moves (from both G/S and Crystal).
somewhat improved disassembler
more awful code for the new disassembler
almost complete new disassembler version
remove some code cruft from gbz80disasm
get RomStr from romstr.py in gbz80disasm
add some events to wram.asm
add trainer mons to wram.asm
no sudo in cygwin instructions
text editors are lame anyway
better installation documentation
more install notes for ms windows users
make unittest2 error show up in stderr
temporarily disable label-usage (find_label) in gbz80disasm
find functions based on first few similar bytes
add in PrintNumber_AdvancePointer and Divide from pokered
just adding a label for Multiply (no code)
copy in DelayFrames from pokered
copy in PrintBCDNumber from pokered
copy in PrintBCDDigit from pokered
copy in TextBoxBorder from pokered
copy in NPlaceChar from pokered
for some reason AddNTimes is copied twice
copy in CopyDataUntil from pokered
copy in ClearScreenArea from pokered
minor formatting fix in CountSetBits
copy in CountSetBits from pokered
copy in StringCmp from pokered
fix typo in DisableLCD label name
copy in IsInArray from pokered
copy in EnableLCD from pokered
copy in DelayFrame from pokered
copy over CopyData from pokered
copy in DisableLCD from pokered
use rgbfix to fix the header bytes
remove $10000 INCBIN bytes from banks $75, $76, $79 and $7a
add in some shared characters from pokered
add IntroFadePalettes from pokered
hooray PrintNumber_PrintLeadingZero is also shared
IncGradGBPalTable_01 is the same from pokered
comparator.py - find shared functions between pokered/pokecrystal
fix up AsmSection and line_has_comment_address
move AsmList into romstr.py too
move RomStr into a shared file
Merge pull request #15 from yenatch/master
replace 2call pointers with labels
convert if_not_equal pointers to labels
convert if_equal pointers to labels
finish converting iftrue/iffalse pointers to labels
use labels in kurt-related scripts
convert pointers to labels in some scripts
fix local pointers in UnknownScript_0x18508f (legendaries)
use map constants for wildmons sections
update to_asm on MapHeader to use the BANK macro
make primary map headers slightly more robust
don't use any particular formula for strip-destination west/east
fix typo in strip destination pointer (north) calculations
do all the connection to_asm output
asm output for strip pointer formulas
better formulas for strip_destination and window
improve formulas for calculating strip_pointer
better equations for calculating strip_pointer in connections
fix MainText/PokedexText interaction
start to parse the connection data
connection direction constants
Merge pull request #13 from iimarckus/evosattacks
Add move data from Pokémon Gold/Silver.
fix more height/weight confusion and whitespacing
Merge pull request #12 from Sanky/master
use PokedexText to parse text-script-like text without the first bash command
Merge pull request #11 from Zhorken/master
Fix an INCBIN length.