aboutsummaryrefslogtreecommitdiffstats
path: root/constants.asm (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* added some comments and added multiply/divide constantsYamaArashi2012-01-241-0/+12
| | | | | hg-commit-id: fb230f02d2ca
* more battle code disassembledYamaArashi2012-01-241-0/+13
| | | | | hg-commit-id: b7c80c2263e2
* more battle codeYamaArashi2012-01-241-0/+8
| | | | | hg-commit-id: f31a255ecaf0
* disasm more battle codeYamaArashi2012-01-241-0/+92
| | | | | hg-commit-id: 6f008f9e5c9d
* disasm of some battle codeYamaArashi2012-01-231-4/+11
| | | | | hg-commit-id: a650d8e5b82a
* move missed constantYamaArashi2012-01-231-0/+2
| | | | | hg-commit-id: 229b952d44c7
* added battle-related constantsYamaArashi2012-01-231-3/+57
| | | | | hg-commit-id: d312b8d039b0
* $039e -> HandleMidJumpBryan Bishop2012-01-231-0/+2
| | | | | hg-commit-id: f18a7d446304
* updated changes in repoKuroiIeWa5Da2012-01-231-4/+14
| | | | | hg-commit-id: 313907c15826
* Disassembled Music Data for PokeHealed Chnl2, cleaned up music data a bitKuroiIeWa5Da2012-01-211-0/+6
| | | | | hg-commit-id: 2967569eba4d
* kanzure mergeKuroiIeWa5Da2012-01-201-11/+0
|\ | | | | | | | | hg-commit-id: 666ca4b94d7a
| * these are for map scripts, not booleansBryan Bishop2012-01-201-11/+0
| | | | | | | | | | hg-commit-id: 240c7e1354c2
* | Experimental change for actual music dataKuroiIeWa5Da2012-01-201-0/+130
|/ | | | | hg-commit-id: 57a01bf5d4f1
* fix some constants, add some event constantsBryan Bishop2012-01-201-11/+32
| | | | | hg-commit-id: 77e45291c16e
* Finished Celedon & Cinnabar Island in bank 2KuroiIeWa5Da2012-01-201-1/+1
| | | | | hg-commit-id: d08b172fdc6f
* switch to W_BAGITEM01QTY formatBryan Bishop2012-01-191-142/+142
| | | | | hg-commit-id: 3f55b7cddb38
* Merge in Sanky/pokered (W_PARTYMON stuff)Bryan Bishop2012-01-191-0/+208
|\ | | | | | | | | hg-commit-id: 731d8a23cd25
| * Merge.Sanky2012-01-191-0/+208
| |\ | | | | | | | | | | | | hg-commit-id: 048127125cc4
| | * Adding party Pokémon constantsSanky2012-01-191-0/+208
| | | | | | | | | | | | | | | hg-commit-id: 60d38440a368
* | | player id, money, and coinsBryan Bishop2012-01-191-0/+12
| | | | | | | | | | | | | | | hg-commit-id: fdfaad9605f8
* | | RAM locations for play time (hours, minutes)Bryan Bishop2012-01-191-0/+5
| | | | | | | | | | | | | | | hg-commit-id: bcae23094c0c
* | | safari timer locations in RAMBryan Bishop2012-01-191-0/+3
| | | | | | | | | | | | | | | hg-commit-id: ab7d7663e9b2
* | | prepend W_ to pc box item constantsBryan Bishop2012-01-191-100/+100
| | | | | | | | | | | | | | | hg-commit-id: 9a95fc8d8c9b
* | | box items RAM locations and constantsBryan Bishop2012-01-191-0/+106
| | | | | | | | | | | | | | | hg-commit-id: 512ec5a4f510
* | | constants for bag items and bag item countsBryan Bishop2012-01-191-2/+45
|/ / | | | | | | | | hg-commit-id: ca595212ee40
* | Cleanup of Oak’s Lab scripts.IIMarckus2012-01-181-0/+3
| | | | | | | | | | hg-commit-id: afd0c1ae3ed0
* | Use tabs for indentation, not spaces.IIMarckus2012-01-181-5/+5
|/ | | | | hg-commit-id: e5f18384709d
* TX_RAM for text engine command $1 in pretty_textBryan Bishop2012-01-171-0/+8
| | | | | hg-commit-id: e4f95976fef8
* 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