aboutsummaryrefslogtreecommitdiffstats
path: root/pokered.asm (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* fix $8 asm for Route23Text7Bryan Bishop2012-01-111-1/+8
* fix asm for route 15 texts 1 through 10 inclusiveBryan Bishop2012-01-111-30/+50
* fix asm for route 9 texts 1 through 9 inclusiveBryan Bishop2012-01-111-27/+44
* insert $8 asm for Route6Text1Bryan Bishop2012-01-111-1/+8
* insert $8 asm for CeruleanCityText2Bryan Bishop2012-01-111-1/+42
* insert $8 asm for PewterCityText4Bryan Bishop2012-01-111-1/+21
* Merge in sawakita's coincase work.Bryan Bishop2012-01-111-31/+451
|\
| * Add complete Text-special command $F7, used in CeladonPrizeRoom's menus.Sawakita2012-01-111-3/+369
| * Add texts used in Prize Corner Menu script (aka text-special $F7). Add also w...Sawakita2012-01-111-1/+38
| * Function $3493, former CheckBagItemExist, is now called IsItemInBag (consiste...Sawakita2012-01-101-4/+18
| * Add function to get a monster's name from a given id (internal order).Sawakita2012-01-081-2/+27
| * Add explanatory comment to function CheckBagItemExist ($3493).Sawakita2012-01-081-2/+3
| * Function3493 is now labeled CheckBagItemExist.Sawakita2012-01-081-2/+2
* | insert FuchsiaCityText6 to FuchsiaCityText10Bryan Bishop2012-01-111-0/+6
* | add labels for $24efBryan Bishop2012-01-111-1/+10
* | calculate usage count for undone textsBryan Bishop2012-01-111-0/+1
* | add labels for $24f4Bryan Bishop2012-01-111-0/+99
* | insert $8 asm for SaffronHouse1Text2Bryan Bishop2012-01-111-2/+5
* | insert $8 asm for LavenderHouse2Text1 and CopycatsHouseF1Text3Bryan Bishop2012-01-111-2/+9
* | insert $8 asm for LavenderHouse1Text3 and LavenderHouse1Text4Bryan Bishop2012-01-111-3/+9
* | insert $8 asm for CeladonMansion1Text3 and Text4Bryan Bishop2012-01-111-4/+8
* | insert asm for CeladonMansion1Text1Bryan Bishop2012-01-111-2/+3
* | Merge.IIMarckus2012-01-101-107/+263
|\ \
| * | Predef 54, used for in‐game trades.IIMarckus2012-01-101-3/+159
| * | Use item names in object data.IIMarckus2012-01-101-104/+104
* | | Merge.Bryan Bishop2012-01-101-356/+356
|\| |
| * | Use constants in trainer object data.IIMarckus2012-01-101-346/+346
| * | $CD3D seems to be used only for trades, so document it as such.IIMarckus2012-01-101-10/+10
* | | asm for SSAnne10Text8Bryan Bishop2012-01-101-1/+5
|/ /
* | clean up Lab2Text2 asmBryan Bishop2012-01-101-4/+7
* | RockTunnel1 texts and update gbz80disasm to not handle $8Bryan Bishop2012-01-101-21/+34
* | asm for SSAnne8Text8Bryan Bishop2012-01-101-1/+5
* | texts for VermilionHouse1 and asmBryan Bishop2012-01-101-1/+20
* | asm for PewterHouse1Text1Bryan Bishop2012-01-101-2/+5
* | insert $8 asm for CeladonCityText7 after TX_FARBryan Bishop2012-01-101-2/+4
* | insert $8 asm for VermilionCityText5 after TX_FARBryan Bishop2012-01-101-1/+8
* | remove excess newlinesBryan Bishop2012-01-101-353/+0
* | call $00b5 -> call CopyDataBryan Bishop2012-01-101-2/+2
* | remove empty INCBINs from pokered.asmBryan Bishop2012-01-101-132/+0
* | replace call $3e6d -> call PredefBryan Bishop2012-01-101-37/+38
* | Merge.Bryan Bishop2012-01-101-2/+28
|\ \
| * | call $2f9e -> call GetMonNameBryan Bishop2012-01-101-2/+28
* | | Fix typo: Lavendar → Lavender.IIMarckus2012-01-101-34/+34
|/ /
* | call $31cc -> call LoadTrainerHeaderBryan Bishop2012-01-101-289/+365
* | call $3dd7 -> call Delay3Bryan Bishop2012-01-101-2/+2
* | call $35d6 -> call BankswitchBryan Bishop2012-01-101-16/+16
* | call $3927 -> call AddPokemonToPartyBryan Bishop2012-01-101-4/+18
* | remove trailing whitespaceBryan Bishop2012-01-101-2511/+2511
* | call $3e48 -> call GivePokemonBryan Bishop2012-01-101-6/+18
* | call $3c49 -> call PrintTextBryan Bishop2012-01-101-285/+285