summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-07-14Use decimal for overworld Pokémon levels, and Pokémon IDs for cries.IIMarckus
2012-07-07Add the ▶ symbol to the text preprocessor.IIMarckus
2012-07-03Palette $0C is the Town Map palette.IIMarckus
2012-05-31“$f0 ; currency symbol” → “¥”IIMarckus
2012-05-23Close yellowtrainers branch.IIMarckus
2012-05-23Merge in yellowtrainers branch.IIMarckus
2012-05-23Add trainer data added or changed in Yellow.IIMarckus
2012-05-23Add trainer special movesets from Yellow.IIMarckus
2012-05-13Merge Xeon’s stuff.IIMarckus
2012-04-07disassembled and named some general functionsxeons
2012-03-30fix a few things I did wrongxeons
2012-03-30Forced biking or surfing map handling functionsxeons
2012-03-30Some random label(s) somewhere...stag019
2012-03-29CinnabarGymScript_Unknown75759/CinnabarGymScript_Unknown75772stag019
2012-03-29FuchsiaGymScript_Unknown75453... probably needs a better name...stag019
2012-03-29Unknown_7657e and related stuff started. Needs work...stag019
2012-03-26The save sound from Pokemon Red, and Pokemon Blue.stag019
2012-03-26The pointer list at the end of bank 0.stag019
2012-03-260x45023: Shaves 10 more bytes from rbdiff.stag019
2012-03-23ActivatePC and associated stuff...stag019
2012-03-23Comments are spaced out instead of tabbed out.stag019
2012-03-22Work around a bug in textpre.py.IIMarckus
2012-03-22SubstituteEffectHandler from smkdan.stag019
2012-03-22CheckTargetSubstitute from smkdan's docs.stag019
2012-03-22FreezeBurnParalyzeEffect and other various status stuff (from smkdan).stag019
2012-03-22JumpMoveEffect from smkdan's docs.stag019
2012-03-22MoreCalculateDamage (you pick a better name)...stag019
2012-03-21Some small CalculateDamage fixes.stag019
2012-03-21CalculateDamage routine from smkdan added.stag019
2012-03-19Expand hidden coin functions.IIMarckus
2012-03-18Expand the HiddenItems function.IIMarckus
2012-03-16romvisualizer should delete everything just to be sureBryan Bishop
2012-03-16romvisualizer updates for main.asm, common.asm, pokered.asmBryan Bishop
2012-03-15Add map header for Route 15 gatehouse 2F.IIMarckus
2012-03-15Random labels in place.stag019
2012-03-15Extra space in Makefile removed.stag019
2012-03-15Use labels instead of constant pointers for hidden items and hidden coins.IIMarckus
2012-03-15Fix case.IIMarckus
2012-03-15Replace magic numbers with item names for hidden objects that are items.IIMarckus
2012-03-14Replace pointers to GymStatues with labels.IIMarckus
2012-03-14Dump hidden objects.IIMarckus
2012-03-14Remove python shebangs.IIMarckus
2012-03-14irc:// doesn't actually linkify in any context, so just list server/channel.IIMarckus
2012-03-14Revert python2 change, no systems actually have "python2" except Arch.IIMarckus
2012-03-07Another two random pointer byte difference from Red/Blue.stag019
2012-03-07Random Bank1D labels. Less byte differences in Blue.stag019
2012-03-07Pokemon overworld spritesstag019
2012-03-07Cries.stag019
2012-03-07Redfining predefs using macros: PREDEF and PREDEF_JUMP.Sanky
2012-03-06Specified python2 executable. (Some systems default to Python 3.)Sanky