aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* remove cardinal booleans in extract_mapsBryan Bishop2012-01-031-5/+0
| | | | | | | | The booleans are flat-out wrong here. Use the booleans in pretty_map_headers instead. hg-commit-id: e31086dc3355
* fix map names in extract_maps per 4a9db3764c20Bryan Bishop2012-01-031-2/+2
| | | | | hg-commit-id: 99e1d1a6006a
* fix tileset in pretty_map_headers outputBryan Bishop2012-01-031-1/+1
| | | | | hg-commit-id: 96880cb1d281
* relative filepath to baserom.gbc in extras/extract_maps.pyBryan Bishop2012-01-031-1/+1
| | | | | hg-commit-id: 44eadb4acdfb
* SilphCo4_h map header asmBryan Bishop2012-01-031-3/+13
| | | | | hg-commit-id: 16b375734ca5
* Fix an incorrect label, and use labels in MapHeaderBanks.IIMarckus2012-01-031-8/+8
| | | | | hg-commit-id: 4a9db3764c20
* remove extraneous commentBryan Bishop2012-01-031-2/+0
| | | | | hg-commit-id: 7cba5f18eac5
* IndigoPlateauLobby_h map header asmBryan Bishop2012-01-031-2/+14
| | | | | hg-commit-id: c20e21db4f64
* remove blank connection data in VermilionHouse3_hBryan Bishop2012-01-031-4/+0
| | | | | hg-commit-id: 71adb620ca5d
* VermilionHouse3_h map header asmBryan Bishop2012-01-031-2/+14
| | | | | hg-commit-id: c8e023817cd2
* update MapHeaderPointers with labelsBryan Bishop2012-01-021-3/+3
| | | | | hg-commit-id: 29ffc56168cf
* fuchsia city map header asmBryan Bishop2012-01-021-1/+33
| | | | | hg-commit-id: b465705d8588
* lavender town map header asmBryan Bishop2012-01-021-1/+27
| | | | | hg-commit-id: bfcae8d74c18
* cerulean city map header asmBryan Bishop2012-01-021-1/+39
| | | | | hg-commit-id: 2102977fafd9
* pewter city map header asmBryan Bishop2012-01-021-1/+27
| | | | | hg-commit-id: 2ce93ca8122e
* viridian city map header asmBryan Bishop2012-01-021-6/+35
| | | | | hg-commit-id: 28609e246512
* fix error in map header asm (db -> dw)Bryan Bishop2012-01-021-1/+1
| | | | | hg-commit-id: 7c7e9ad3e7a8
* tool to dump asm for each map headerBryan Bishop2012-01-021-0/+196
| | | | | hg-commit-id: 812226d99dc0
* add celadon city map headerBryan Bishop2012-01-021-2/+27
| | | | | hg-commit-id: bf3db4f1e388
* Merge.IIMarckus2012-01-021-0/+545
|\ | | | | | | | | hg-commit-id: 64f21d169ee9
| * Close branch for extras/extract_maps.py.IIMarckus2012-01-020-0/+0
| | | | | | | | | | hg-commit-id: 76899d56e4ba
| * tools/extract_maps.py -> extras/Bryan Bishop2012-01-021-0/+0
| | | | | | | | | | hg-commit-id: 0c8e34461ceb
| * python tool to extract map header dataBryan Bishop2012-01-021-0/+545
|/ | | | | hg-commit-id: 2c66c6dd1d5b
* Add more in‐battle checks.IIMarckus2011-12-291-3/+174
| | | | | | | Could use some cleaning up. hg-commit-id: a3a53e66dd27
* Flinch check.IIMarckus2011-12-291-2/+12
| | | | | hg-commit-id: e6166d4407ef
* Make an implied rule for .gbc.IIMarckus2011-12-291-6/+8
| | | | | | | Fixes a build issue with GNU Make. Pointed out by kanzure on IRC. hg-commit-id: d07c0e5f8385
* $FFF3 checks whose turn it is.IIMarckus2011-12-292-11/+15
| | | | | hg-commit-id: e2038c0cb5f9
* Add status checks + text.IIMarckus2011-12-292-5/+185
| | | | | hg-commit-id: 58043ea19ab5
* Add some more Pokémon Tower battle stuff.IIMarckus2011-12-291-3/+31
| | | | | hg-commit-id: 4510da2e0fc3
* Add the ghost battle text.IIMarckus2011-12-291-6/+50
| | | | | hg-commit-id: 29da85a6ac0b
* Add the tail end of some battle code.IIMarckus2011-12-292-5/+215
| | | | | hg-commit-id: 1ae1fda42a8c
* PP decrement during battle.IIMarckus2011-12-281-1/+32
| | | | | hg-commit-id: 7ea8b204a6b9
* Cleanup, and added new RAM variables (and changed some others).IIMarckus2011-12-272-36/+40
| | | | | hg-commit-id: 91fe5cdac0f3
* Disassemble some name lists logic.IIMarckus2011-12-272-5/+163
| | | | | | | From Sawakita, several months ago. hg-commit-id: e2533e235981
* Add some mysterious unused names (from a convo with Sawakita a long time ago)IIMarckus2011-12-272-1/+29
| | | | | hg-commit-id: 0dd354e3d7c5
* Add some functions that MoveSprite calls.IIMarckus2011-12-271-3/+37
| | | | | hg-commit-id: a5ed1444c203
* Add the MoveSprite function.IIMarckus2011-12-271-3/+39
| | | | | hg-commit-id: d9a244bd968e
* Expand some already‐referenced text.IIMarckus2011-12-272-67/+141
| | | | | hg-commit-id: d2cf570756e9
* And update the paths for the fossils…IIMarckus2011-12-271-2/+2
| | | | | hg-commit-id: 5c617657d739
* Turns out the fossil pictures differ between Red/Green and Blue.IIMarckus2011-12-274-0/+7
| | | | | hg-commit-id: e18bd5df3c7e
* Fix Red/Green Alakazam frontpic. Pointed out by Chaos Rush.IIMarckus2011-12-271-1/+6
| | | | | hg-commit-id: d31ed9dea0d2
* Split large chunks of text into separate files, and improve Makefile.IIMarckus2011-12-266-167/+170
| | | | | hg-commit-id: 59e6e303019d
* Remove TX_NULL; it is obsoleted by db "@"IIMarckus2011-12-262-15/+11
| | | | | hg-commit-id: 9fdfeb4cbdf0
* Fix (hopefully) unicode mis-behaviour.Sawakita2011-12-272-45/+43
| | | | | hg-commit-id: 78ad0d43eabc
* Fix small encoding error (unicode).Sawakita2011-12-271-1/+1
| | | | | hg-commit-id: 8200663be6e4
* Add pointers to items usage functions, main item usage handling function and ↵Sawakita2011-12-271-47/+647
| | | | | | | pokeballs usage functions. hg-commit-id: e32c6c284c8e
* Add status ailments masks (FRZ, SLP).Sawakita2011-12-271-1/+6
| | | | | hg-commit-id: 59498d11c5aa
* Add another common function.IIMarckus2011-12-211-1/+129
| | | | | | | Don’t know what it does yet. hg-commit-id: fb665f100641
* These are coordinates on the tilemap.IIMarckus2011-12-211-6/+12
| | | | | hg-commit-id: a85da897ad46
* More $54→# conversion.IIMarckus2011-12-211-2/+2
| | | | | hg-commit-id: 4cfdf4b2861b