aboutsummaryrefslogtreecommitdiffstats
path: root/constants.asm (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* fix naming of map size constantsBryan Bishop2012-01-161-442/+442
| | | | | hg-commit-id: 4477820444cd
* revert tileset constantsBryan Bishop2012-01-161-26/+0
| | | | | hg-commit-id: 1f114203aa14
* Added Route2 HeaderKuroiIeWa5Da2012-01-161-0/+26
| | | | | hg-commit-id: 0feabe501ffb
* dump in map size constantsBryan Bishop2012-01-151-0/+886
| | | | | hg-commit-id: 9e2504cc9432
* Merge in sawakita's W_PEOPLEMOVEMENTS changes.Bryan Bishop2012-01-151-1/+1
|\ | | | | | | | | hg-commit-id: 047693a39b24
| * Fix a RAM location mis-labeling. At $D4E4 there is the list of current map's ↵Sawakita2012-01-151-1/+1
| | | | | | | | | | | | | | people-movement-permissions, not the list of map's text-pointers. hg-commit-id: 409379e6e31e
* | item $7 is surfboard (buggy?)Bryan Bishop2012-01-141-1/+1
|/ | | | | hg-commit-id: 088044256f47
* fix pokeblue.gbc make targetBryan Bishop2012-01-141-2/+0
| | | | | hg-commit-id: 64d04e5bd875
* Merge.Bryan Bishop2012-01-141-3/+5
|\ | | | | | | | | hg-commit-id: 261be761c726
| * Fixed up Wild Pokemon Data and added data for all versionsstag0192012-01-131-3/+5
| | | | | | | | | | hg-commit-id: ae728feaf7ec
* | Add some labels for RAM locations, relative to mapheader.Sawakita2012-01-141-0/+6
|/ | | | | hg-commit-id: 077e4a4aa7ed
* Merge in sawakita's coincase work.Bryan Bishop2012-01-111-0/+11
|\ | | | | | | | | hg-commit-id: 3265210c8894
| * Function $3493, former CheckBagItemExist, is now called IsItemInBag ↵Sawakita2012-01-101-0/+5
| | | | | | | | | | | | | | (consistency). Added base routine for text-special id $F7 hg-commit-id: 105c01affa23
| * Add function to get a monster's name from a given id (internal order).Sawakita2012-01-081-0/+6
| | | | | | | | | | hg-commit-id: 42e7deffd9b8
* | Use item names in object data.IIMarckus2012-01-101-2/+2
| | | | | | | | | | hg-commit-id: 800f382722dc
* | $CD3D seems to be used only for trades, so document it as such.IIMarckus2012-01-101-0/+2
| | | | | | | | | | hg-commit-id: 3207c2aa47df
* | replace all MR__MIME -> MR_MIMEBryan Bishop2012-01-101-2/+2
| | | | | | | | | | hg-commit-id: d7c6ab9c996e
* | OAK_S_PARCEL -> OAKS_PARCELBryan Bishop2012-01-101-1/+1
| | | | | | | | | | hg-commit-id: e03d18825d81
* | CELADON_HOUSE_2 -> CELADON_HOUSEBryan Bishop2012-01-091-2/+2
| | | | | | | | | | hg-commit-id: 0574f08aaf85
* | fix map naming mistakes in celadon cityBryan Bishop2012-01-091-3/+3
|/ | | | | hg-commit-id: d7234963d818
* Improve sprite names.IIMarckus2012-01-051-17/+17
| | | | | hg-commit-id: 9536a76e3bfa
* Merge.IIMarckus2012-01-051-2/+2
|\ | | | | | | | | hg-commit-id: c6f5d5a99ac0
| * switch around old amber sprite constantsBryan Bishop2012-01-051-2/+2
| | | | | | | | | | hg-commit-id: cb128c47380e
* | Give this sprite a better name.IIMarckus2012-01-051-1/+1
|/ | | | | hg-commit-id: 25097d060b88
* fix extra amber sprite constant nameBryan Bishop2012-01-051-1/+1
| | | | | hg-commit-id: 3f35827c8e6b
* sprite constantsBryan Bishop2012-01-051-0/+73
| | | | | hg-commit-id: ce3c7d3ae15e
* Add more map name constants.IIMarckus2012-01-031-0/+211
| | | | | hg-commit-id: 40d8527547e4
* Add macro for 'Event Displacement' and 'Fly-Warp' formula.Sawakita2012-01-041-0/+14
| | | | | hg-commit-id: 70445835998b
* $FFF3 checks whose turn it is.IIMarckus2011-12-291-0/+2
| | | | | hg-commit-id: e2038c0cb5f9
* Add status checks + text.IIMarckus2011-12-291-0/+12
| | | | | hg-commit-id: 58043ea19ab5
* Add the tail end of some battle code.IIMarckus2011-12-291-0/+2
| | | | | hg-commit-id: 1ae1fda42a8c
* Cleanup, and added new RAM variables (and changed some others).IIMarckus2011-12-271-2/+13
| | | | | hg-commit-id: 91fe5cdac0f3
* Disassemble some name lists logic.IIMarckus2011-12-271-0/+10
| | | | | | | From Sawakita, several months ago. hg-commit-id: e2533e235981
* Expand some already‐referenced text.IIMarckus2011-12-271-0/+14
| | | | | hg-commit-id: d2cf570756e9
* Remove TX_NULL; it is obsoleted by db "@"IIMarckus2011-12-261-4/+0
| | | | | hg-commit-id: 9fdfeb4cbdf0
* Fix (hopefully) unicode mis-behaviour.Sawakita2011-12-271-1/+0
| | | | | hg-commit-id: 78ad0d43eabc
* Fix small encoding error (unicode).Sawakita2011-12-271-1/+1
| | | | | hg-commit-id: 8200663be6e4
* Add status ailments masks (FRZ, SLP).Sawakita2011-12-271-1/+6
| | | | | hg-commit-id: 59498d11c5aa
* Add title screen monsters from Green and Blue as well.IIMarckus2011-12-151-0/+4
| | | | | | | | | | | Having data from all versions is a long‐term goal, but until the ROMs for those versions can be easily built and compared to the originals, it will be very easy for errors to slip in. Adding stuff from Green, Blue, and Yellow is okay with me, but for now Red is the only version guaranteed to have correct data. hg-commit-id: c595f0981208
* Poké Ball animation code cleanup.IIMarckus2011-12-151-3/+10
| | | | | hg-commit-id: 812dc01df153
* Add random number generation functions.IIMarckus2011-12-121-0/+4
| | | | | hg-commit-id: e7d865799d77
* Document the byte before a trainer’s AI pointer.IIMarckus2011-12-121-0/+2
| | | | | hg-commit-id: 6b0145fce032
* Minor clarifications in Pallet Town scripts.IIMarckus2011-11-141-0/+5
| | | | | hg-commit-id: f42fc4aeadc6
* Add Blue’s house map.IIMarckus2011-11-141-0/+4
| | | | | hg-commit-id: 4f46a3ac0e71
* Add constants for direction of connections.IIMarckus2011-11-131-0/+5
| | | | | hg-commit-id: b7e25e860a9e
* First part of save file interpretation functions, thx Sawakita.IIMarckus2011-05-301-0/+4
| | | | | | | Also box‐drawing functions. hg-commit-id: eaa7bd7c7804
* Basic attack animation functions.IIMarckus2011-04-111-0/+5
| | | | | hg-commit-id: d5377e1bb8b5
* Add attack characteristics data.IIMarckus2011-04-101-0/+17
| | | | | hg-commit-id: 2dbe132df9b8
* Use human-readable names instead of memory addresses.IIMarckus2011-04-091-0/+5
| | | | | hg-commit-id: da67afc569e2
* Add evolutions / learned attacks. Thx SawakitaIIMarckus2011-02-191-0/+5
| | | | | hg-commit-id: ae6415b2d6b3