Commit graph

69 commits

Author SHA1 Message Date
KuroiIeWa5Da
6e679fd29c Finished Celedon & Cinnabar Island in bank 2
hg-commit-id: d08b172fdc6f
2012-01-20 15:14:21 -06:00
Bryan Bishop
3c03ea1bc1 switch to W_BAGITEM01QTY format
hg-commit-id: 3f55b7cddb38
2012-01-19 15:46:44 -06:00
Bryan Bishop
e222c8f30f Merge in Sanky/pokered (W_PARTYMON stuff)
hg-commit-id: 731d8a23cd25
2012-01-19 15:14:42 -06:00
Sanky
3d08bc291d Merge.
hg-commit-id: 048127125cc4
2012-01-19 22:11:35 +01:00
Bryan Bishop
2b1a6f5822 player id, money, and coins
hg-commit-id: fdfaad9605f8
2012-01-19 14:56:37 -06:00
Sanky
ea783873b7 Adding party Pokémon constants
hg-commit-id: 60d38440a368
2012-01-19 21:54:00 +01:00
Bryan Bishop
274de92cfe RAM locations for play time (hours, minutes)
hg-commit-id: bcae23094c0c
2012-01-19 14:43:39 -06:00
Bryan Bishop
7aac84e4aa safari timer locations in RAM
hg-commit-id: ab7d7663e9b2
2012-01-19 14:37:46 -06:00
Bryan Bishop
52aa1f72b7 prepend W_ to pc box item constants
hg-commit-id: 9a95fc8d8c9b
2012-01-19 14:35:47 -06:00
Bryan Bishop
1d394b4f28 box items RAM locations and constants
hg-commit-id: 512ec5a4f510
2012-01-19 14:31:17 -06:00
Bryan Bishop
571cbba9a4 constants for bag items and bag item counts
hg-commit-id: ca595212ee40
2012-01-19 14:10:49 -06:00
IIMarckus
50e0970d47 Cleanup of Oak’s Lab scripts.
hg-commit-id: afd0c1ae3ed0
2012-01-18 23:48:31 -07:00
IIMarckus
08ea1fa6f1 Use tabs for indentation, not spaces.
hg-commit-id: e5f18384709d
2012-01-18 21:17:28 -07:00
Bryan Bishop
f01ad092a5 TX_RAM for text engine command $1 in pretty_text
hg-commit-id: e4f95976fef8
2012-01-17 01:33:46 -06:00
Bryan Bishop
7e592a9d98 fix naming of map size constants
hg-commit-id: 4477820444cd
2012-01-16 23:31:20 -06:00
Bryan Bishop
0db823f485 revert tileset constants
hg-commit-id: 1f114203aa14
2012-01-16 22:53:00 -06:00
KuroiIeWa5Da
ad8782826e Added Route2 Header
hg-commit-id: 0feabe501ffb
2012-01-16 04:33:48 -06:00
Bryan Bishop
458861c656 dump in map size constants
hg-commit-id: 9e2504cc9432
2012-01-15 12:15:45 -06:00
Bryan Bishop
404043a902 Merge in sawakita's W_PEOPLEMOVEMENTS changes.
hg-commit-id: 047693a39b24
2012-01-15 09:22:34 -06:00
Sawakita
916b313517 Fix a RAM location mis-labeling. At $D4E4 there is the list of current map's people-movement-permissions, not the list of map's text-pointers.
hg-commit-id: 409379e6e31e
2012-01-15 15:40:13 +01:00
Bryan Bishop
5f124fb0b8 item $7 is surfboard (buggy?)
hg-commit-id: 088044256f47
2012-01-14 23:19:47 -06:00
Bryan Bishop
e67ba5b197 fix pokeblue.gbc make target
hg-commit-id: 64d04e5bd875
2012-01-14 14:48:06 -06:00
Bryan Bishop
1113f19b18 Merge.
hg-commit-id: 261be761c726
2012-01-14 12:19:46 -06:00
Sawakita
64c09f8c32 Add some labels for RAM locations, relative to mapheader.
hg-commit-id: 077e4a4aa7ed
2012-01-14 19:11:48 +01:00
stag019
6412f7f501 Fixed up Wild Pokemon Data and added data for all versions
hg-commit-id: ae728feaf7ec
2012-01-13 22:26:14 -05:00
Bryan Bishop
3dc998e060 Merge in sawakita's coincase work.
hg-commit-id: 3265210c8894
2012-01-11 11:45:21 -06:00
IIMarckus
317a98db94 Use item names in object data.
hg-commit-id: 800f382722dc
2012-01-10 20:57:41 -07:00
IIMarckus
d9f764e923 $CD3D seems to be used only for trades, so document it as such.
hg-commit-id: 3207c2aa47df
2012-01-10 18:16:18 -07:00
Sawakita
6ca9439c65 Function $3493, former CheckBagItemExist, is now called IsItemInBag (consistency). Added base routine for text-special id $F7
hg-commit-id: 105c01affa23
2012-01-10 23:54:38 +01:00
Bryan Bishop
a036d99f28 replace all MR__MIME -> MR_MIME
hg-commit-id: d7c6ab9c996e
2012-01-10 00:35:23 -06:00
Bryan Bishop
0527d9686d OAK_S_PARCEL -> OAKS_PARCEL
hg-commit-id: e03d18825d81
2012-01-10 00:32:54 -06:00
Bryan Bishop
7819dc288e CELADON_HOUSE_2 -> CELADON_HOUSE
hg-commit-id: 0574f08aaf85
2012-01-09 01:19:10 -06:00
Bryan Bishop
b6d8ebb416 fix map naming mistakes in celadon city
hg-commit-id: d7234963d818
2012-01-09 01:15:09 -06:00
Sawakita
cdaf8e3d9a Add function to get a monster's name from a given id (internal order).
hg-commit-id: 42e7deffd9b8
2012-01-08 23:45:46 +01:00
IIMarckus
2d9ab82912 Improve sprite names.
hg-commit-id: 9536a76e3bfa
2012-01-05 22:53:41 -07:00
IIMarckus
faa63c870b Merge.
hg-commit-id: c6f5d5a99ac0
2012-01-05 22:36:06 -07:00
IIMarckus
9de73d6639 Give this sprite a better name.
hg-commit-id: 25097d060b88
2012-01-05 19:37:29 -07:00
Bryan Bishop
6d1870ea95 switch around old amber sprite constants
hg-commit-id: cb128c47380e
2012-01-05 19:26:18 -06:00
Bryan Bishop
d6553b205c fix extra amber sprite constant name
hg-commit-id: 3f35827c8e6b
2012-01-05 19:21:41 -06:00
Bryan Bishop
982a7d60cb sprite constants
hg-commit-id: ce3c7d3ae15e
2012-01-05 19:20:36 -06:00
IIMarckus
f57846ada1 Add more map name constants.
hg-commit-id: 40d8527547e4
2012-01-03 17:32:42 -07:00
Sawakita
ee32ff009d Add macro for 'Event Displacement' and 'Fly-Warp' formula.
hg-commit-id: 70445835998b
2012-01-04 00:25:21 +01:00
IIMarckus
3678f9bfb9 $FFF3 checks whose turn it is.
hg-commit-id: e2038c0cb5f9
2011-12-29 03:37:44 -07:00
IIMarckus
0af6c061fe Add status checks + text.
hg-commit-id: 58043ea19ab5
2011-12-29 03:31:17 -07:00
IIMarckus
e0f94f9384 Add the tail end of some battle code.
hg-commit-id: 1ae1fda42a8c
2011-12-29 00:24:28 -07:00
IIMarckus
fa9c66dc63 Cleanup, and added new RAM variables (and changed some others).
hg-commit-id: 91fe5cdac0f3
2011-12-27 20:04:33 -07:00
IIMarckus
b87848642c Disassemble some name lists logic.
From Sawakita, several months ago.

hg-commit-id: e2533e235981
2011-12-27 19:33:41 -07:00
IIMarckus
582fa01279 Expand some already‐referenced text.
hg-commit-id: d2cf570756e9
2011-12-27 16:31:22 -07:00
IIMarckus
d5c498a7ec Remove TX_NULL; it is obsoleted by db "@"
hg-commit-id: 9fdfeb4cbdf0
2011-12-26 17:22:34 -07:00
Sawakita
4a6d81aea2 Fix (hopefully) unicode mis-behaviour.
hg-commit-id: 78ad0d43eabc
2011-12-27 01:04:13 +01:00