aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Merge Xeon’s stuff.IIMarckus2012-05-131-72/+182
|\ | | | | | | | | hg-commit-id: 6a40706a4bb2
| * disassembled and named some general functionsxeons2012-04-071-2/+34
| | | | | | | | | | hg-commit-id: 16b81dc4ca99
| * fix a few things I did wrongxeons2012-03-302-14/+13
| | | | | | | | | | hg-commit-id: 919adffe4381
| * Forced biking or surfing map handling functionsxeons2012-03-302-5/+83
| | | | | | | | | | hg-commit-id: 7980878962c4
* | Some random label(s) somewhere...stag0192012-03-301-4/+4
| | | | | | | | | | hg-commit-id: 66036833f01f
* | CinnabarGymScript_Unknown75759/CinnabarGymScript_Unknown75772stag0192012-03-291-1/+16
| | | | | | | | | | hg-commit-id: db5196572497
* | FuchsiaGymScript_Unknown75453... probably needs a better name...stag0192012-03-291-1/+8
| | | | | | | | | | hg-commit-id: fbe6f4dc16e4
* | Unknown_7657e and related stuff started. Needs work...stag0192012-03-291-6/+117
| | | | | | | | | | hg-commit-id: 8060378fb0ae
* | The save sound from Pokemon Red, and Pokemon Blue.stag0192012-03-261-1/+140
| | | | | | | | | | hg-commit-id: 853da1329134
* | The pointer list at the end of bank 0.stag0192012-03-261-1/+69
| | | | | | | | | | hg-commit-id: 6c466504608d
* | 0x45023: Shaves 10 more bytes from rbdiff.stag0192012-03-261-2/+85
|/ | | | | hg-commit-id: c4bcd261f47c
* ActivatePC and associated stuff...stag0192012-03-231-1/+111
| | | | | hg-commit-id: 35bb9f0c0008
* Comments are spaced out instead of tabbed out.stag0192012-03-231-115/+115
| | | | | hg-commit-id: 201f8c76b32b
* Work around a bug in textpre.py.IIMarckus2012-03-221-1/+1
| | | | | | | | Comments should not be parsed by textpre.py. Comments with characters in quotes that don't exist in textpre.py trigger a Python error. hg-commit-id: 83bd89af377e
* SubstituteEffectHandler from smkdan.stag0192012-03-221-11/+77
| | | | | hg-commit-id: 284019b3561e
* CheckTargetSubstitute from smkdan's docs.stag0192012-03-221-4/+16
| | | | | hg-commit-id: 229bf9102cf7
* FreezeBurnParalyzeEffect and other various status stuff (from smkdan).stag0192012-03-221-2/+141
| | | | | hg-commit-id: f84c93ca318c
* JumpMoveEffect from smkdan's docs.stag0192012-03-221-1/+21
| | | | | hg-commit-id: 8b65a3389391
* MoreCalculateDamage (you pick a better name)...stag0192012-03-221-3/+67
| | | | | hg-commit-id: d9d71c17cafc
* Some small CalculateDamage fixes.stag0192012-03-211-11/+11
| | | | | hg-commit-id: fcfcc64ed156
* CalculateDamage routine from smkdan added.stag0192012-03-212-8/+112
| | | | | hg-commit-id: 8387b4581cce
* Expand hidden coin functions.IIMarckus2012-03-192-19/+109
| | | | | hg-commit-id: 279322aa8573
* Expand the HiddenItems function.IIMarckus2012-03-181-7/+134
| | | | | hg-commit-id: b57b31748bfc
* romvisualizer should delete everything just to be sureBryan Bishop2012-03-161-0/+1
| | | | | hg-commit-id: 354d32230585
* romvisualizer updates for main.asm, common.asm, pokered.asmBryan Bishop2012-03-163-6/+22
| | | | | hg-commit-id: cc4f5c666710
* Add map header for Route 15 gatehouse 2F.IIMarckus2012-03-152-19/+84
| | | | | hg-commit-id: 673b27059da9
* Random labels in place.stag0192012-03-151-9/+9
| | | | | hg-commit-id: 9681bcb37d7a
* Extra space in Makefile removed.stag0192012-03-151-1/+1
| | | | | hg-commit-id: e64c1edc7b70
* Use labels instead of constant pointers for hidden items and hidden coins.IIMarckus2012-03-151-66/+68
| | | | | hg-commit-id: cb16b86429d8
* Fix case.IIMarckus2012-03-151-4/+4
| | | | | hg-commit-id: 1e4e1c35eda0
* Replace magic numbers with item names for hidden objects that are items.IIMarckus2012-03-151-54/+54
| | | | | hg-commit-id: 7b335c0f337e
* Replace pointers to GymStatues with labels.IIMarckus2012-03-141-14/+14
| | | | | hg-commit-id: da94d9b9c090
* Dump hidden objects.IIMarckus2012-03-141-2/+695
| | | | | hg-commit-id: 65067a0020c3
* Remove python shebangs.IIMarckus2012-03-1421-23/+2
| | | | | | | | | | | - Not all systems have /usr/bin/python - On those that do, it is not always python 2 - These files aren't marked executable anyway Just use "python whatever.py" via shell instead. hg-commit-id: 09184f4c838d
* irc:// doesn't actually linkify in any context, so just list server/channel.IIMarckus2012-03-141-1/+1
| | | | | hg-commit-id: a70eba7b583e
* Revert python2 change, no systems actually have "python2" except Arch.IIMarckus2012-03-141-1/+1
| | | | | hg-commit-id: f1e6e982c0bb
* Another two random pointer byte difference from Red/Blue.stag0192012-03-071-5/+9
| | | | | hg-commit-id: d559977b9a9c
* Random Bank1D labels. Less byte differences in Blue.stag0192012-03-071-67/+115
| | | | | hg-commit-id: b43132cb67a5
* Pokemon overworld spritesstag0192012-03-073-2/+101
| | | | | hg-commit-id: a810d29962df
* Cries.stag0192012-03-071-3/+196
| | | | | hg-commit-id: 635b3c3b8dc7
* Redfining predefs using macros: PREDEF and PREDEF_JUMP.Sanky2012-03-072-8/+22
| | | | | hg-commit-id: 80a61a3816bc
* Specified python2 executable. (Some systems default to Python 3.)Sanky2012-03-068-16/+31
|\ | | | | | | | | hg-commit-id: a28f903ec455
| * MergeSanky2012-03-055-462/+412
| |\ | | | | | | | | | | | | hg-commit-id: d3bdced550f6
| * | Some graphics extracted.Sanky2012-02-266-14/+29
| | | | | | | | | | | | | | | hg-commit-id: a831c95df9bc
* | | List of maps with hidden objects.IIMarckus2012-03-051-1/+91
| | | | | | | | | | | | | | | hg-commit-id: ea78fc8d5858
* | | Whitespace.IIMarckus2012-03-051-156/+158
| | | | | | | | | | | | | | | hg-commit-id: de73bb7aef32
* | | Add the code for gym statues.IIMarckus2012-03-051-1/+40
| |/ |/| | | | | | | hg-commit-id: 50da42dc0b9b
* | Reformat the character table, as suggested by Sanky.IIMarckus2012-03-051-249/+250
| | | | | | | | | | hg-commit-id: 461183b23104
* | Add "×" in text.IIMarckus2012-03-052-2/+3
| | | | | | | | | | hg-commit-id: 78daeb956407
* | More ¥.IIMarckus2012-03-041-17/+17
| | | | | | | | | | hg-commit-id: 57724be222e6