summaryrefslogtreecommitdiff
path: root/main.asm
AgeCommit message (Expand)Author
2012-07-05Allocate ram instead of using constants.IIMarckus
2012-07-05Note that this trainer (Kimono Girl Naoko, but with different team) is unused.IIMarckus
2012-07-04Fix checkpokeitem and special cases of writebyte.IIMarckus
2012-07-04givepoke should use decimal.IIMarckus
2012-07-04Add special 0x66, the Game Boy version check.IIMarckus
2012-07-04Add Special 0x60, which checks the conditions for Snorlax to wake up.IIMarckus
2012-07-04Add special 0x97, the generic Pokémon check.IIMarckus
2012-07-04Add special 0x96, the Beasts check.IIMarckus
2012-07-04Bill’s grandpa script should use Pokémon species constants.IIMarckus
2012-07-04$00 is Sunday, not Monday.IIMarckus
2012-07-04Use constants for days of the week.IIMarckus
2012-07-04Number of Unowns should be decimal.IIMarckus
2012-07-04Better labels for security cameras.IIMarckus
2012-07-04Better labels for the Rocket Hideout scripts.IIMarckus
2012-07-04Better labels for gym guy stuff.IIMarckus
2012-06-10Add egg moves (from both G/S and Crystal).IIMarckus
2012-05-31add in PrintNumber_AdvancePointer and Divide from pokeredBryan Bishop
2012-05-31just adding a label for Multiply (no code)Bryan Bishop
2012-05-31fix spacing in main.asmBryan Bishop
2012-05-31copy in DelayFrames from pokeredBryan Bishop
2012-05-31copy in PrintBCDNumber from pokeredBryan Bishop
2012-05-31copy in PrintBCDDigit from pokeredBryan Bishop
2012-05-30copy in TextBoxBorder from pokeredBryan Bishop
2012-05-30copy in NPlaceChar from pokeredBryan Bishop
2012-05-30for some reason AddNTimes is copied twiceBryan Bishop
2012-05-30copy in CopyDataUntil from pokeredBryan Bishop
2012-05-30copy in ClearScreenArea from pokeredBryan Bishop
2012-05-30minor formatting fix in CountSetBitsBryan Bishop
2012-05-30copy in CountSetBits from pokeredBryan Bishop
2012-05-30copy in StringCmp from pokeredBryan Bishop
2012-05-30fix typo in DisableLCD label nameBryan Bishop
2012-05-30copy in IsInArray from pokeredBryan Bishop
2012-05-30copy in EnableLCD from pokeredBryan Bishop
2012-05-30copy in DelayFrame from pokeredBryan Bishop
2012-05-30copy over CopyData from pokeredBryan Bishop
2012-05-30copy in DisableLCD from pokeredBryan Bishop
2012-05-30use rgbfix to fix the header bytesBryan Bishop
2012-05-30remove $10000 INCBIN bytes from banks $75, $76, $79 and $7aBryan Bishop
2012-05-29add in some shared characters from pokeredBryan Bishop
2012-05-29add IntroFadePalettes from pokeredBryan Bishop
2012-05-29hooray PrintNumber_PrintLeadingZero is also sharedBryan Bishop
2012-05-29IncGradGBPalTable_01 is the same from pokeredBryan Bishop
2012-05-28add type interactionpadz
2012-05-28replace 2call pointers with labelsBryan Bishop
2012-05-28use labels on all 2jumpsBryan Bishop
2012-05-28convert if_not_equal pointers to labelsBryan Bishop
2012-05-28convert if_equal pointers to labelsBryan Bishop
2012-05-28finish converting iftrue/iffalse pointers to labelsBryan Bishop
2012-05-28use labels in kurt-related scriptsBryan Bishop
2012-05-28convert pointers to labels in some scriptsBryan Bishop