aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* BikeShop_h map header asmBryan Bishop2012-01-031-3/+17
| | | | | hg-commit-id: 3f7167235672
* CeruleanHouse2_h map header asmBryan Bishop2012-01-031-3/+13
| | | | | hg-commit-id: f37fe4824a83
* CeruleanHouseTrashed_h map header asmBryan Bishop2012-01-031-5/+15
| | | | | | | Also the copy of CeruleanHouseTrashed_h. hg-commit-id: 5ac49ff5e2ea
* PewterHouse2_h map header asmBryan Bishop2012-01-031-3/+17
| | | | | hg-commit-id: 254355334bf9
* PewterHouse1_h map header asmBryan Bishop2012-01-031-3/+13
| | | | | hg-commit-id: a50dfe4e72dd
* ViridianHouse_h map header asmBryan Bishop2012-01-031-3/+13
| | | | | hg-commit-id: 551ddf4e7207
* School_h map header asmBryan Bishop2012-01-031-3/+13
| | | | | hg-commit-id: 8ad170e1f6e4
* ViridianMart_h map header asmBryan Bishop2012-01-031-3/+13
| | | | | hg-commit-id: 97eebeae3da5
* OaksLab_h map header asmBryan Bishop2012-01-031-3/+13
| | | | | hg-commit-id: d3a2b54f47e3
* Route1_h map header asmBryan Bishop2012-01-031-3/+31
| | | | | hg-commit-id: 1325ce44ca0f
* update cinnabar island name in extract_mapsBryan Bishop2012-01-031-1/+1
| | | | | hg-commit-id: 01ff12077aa6
* CinnabarIsland_h map header asmBryan Bishop2012-01-031-3/+28
| | | | | hg-commit-id: aa858f81e56a
* SilphCo6_h map header asmBryan Bishop2012-01-031-3/+13
| | | | | hg-commit-id: 2c5bd5b125af
* SilphCo5_h map header asmBryan Bishop2012-01-031-3/+15
| | | | | hg-commit-id: acb92bbaf08b
* 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