aboutsummaryrefslogtreecommitdiffstats
path: root/main.asm (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* | Remove more incbins from scripts.IIMarckus2012-12-211-4/+164
| |
* | Remove more incbins from scripts.IIMarckus2012-12-211-20/+62
| |
* | Remove more incbins from scripts.IIMarckus2012-12-211-12/+19
| |
* | Remove more incbins from scripts.IIMarckus2012-12-211-8/+81
| |
* | Remove another incbin from script.IIMarckus2012-12-211-1/+9
| |
* | Fix previous.IIMarckus2012-12-211-23/+23
| |
* | Remove another incbin from scripts.IIMarckus2012-12-211-2/+33
| |
* | Remove more incbin from scripts.IIMarckus2012-12-211-2/+61
| |
* | Remove more incbins from map scripts.IIMarckus2012-12-211-11/+35
| |
* | Remove redundant text labels.IIMarckus2012-12-211-148/+45
| |
* | Remove incbin in Silph Co 4F.IIMarckus2012-12-211-5/+82
|/
* Whitespace.IIMarckus2012-11-021-48/+48
|
* Add routine that sends SGB packetssawakita2012-11-011-1/+86
| | | | | The delaying routine Wait7000, called after each single packet sending is disassembled too.
* Use more meaningful local labels in bank 0sawakita2012-11-011-7/+7
| | | | Involved routines are: DisableLCD, CleanLCD_OAM, ResetLCD_OAM.
* Get rid of "\@" symbols used in local labelssawakita2012-10-021-2423/+2423
|
* DisplayDexRating. It sucks that I can't use a label for the dbw macro, as ↵stag0192012-09-201-2/+90
| | | | that would make DexRatingsTable look a lot cleaner.
* Code dealing with palettes. Really, does anyone know if bit 3 of battle ↵stag0192012-09-201-1/+34
| | | | status 3 is used?
* Type effectiveness display message. That's right, I did some work for once.stag0192012-09-201-1/+10
|
* Add more scripts from Champion Rival’s room.IIMarckus2012-08-261-26/+186
| | | | | hg-commit-id: c58013f6cc9b
* Add the boulder checking code in Seafoam Islands.IIMarckus2012-08-261-20/+54
| | | | | hg-commit-id: e6031dbbcc5b
* Some label improvements.IIMarckus2012-08-241-230/+232
| | | | | hg-commit-id: fa7dbcf6d009
* Add more scripts from Bill's house.IIMarckus2012-08-241-4/+96
| | | | | hg-commit-id: 3f7889ebb268
* Add more scripts from Route 8 gatehouse.IIMarckus2012-08-241-4/+28
| | | | | hg-commit-id: a8a00403ba8d
* Add more scripts from the Route 7 gatehouse.IIMarckus2012-08-241-5/+30
| | | | | hg-commit-id: fe4704b8c229
* Add more scripts from the Route 5 gatehouse.IIMarckus2012-08-241-5/+23
| | | | | hg-commit-id: 3c09361e959e
* Add more scripts from Vermilion City.IIMarckus2012-08-241-10/+60
| | | | | hg-commit-id: 79ca005394d3
* Add another script from Cerulean City.IIMarckus2012-08-241-3/+21
| | | | | hg-commit-id: f4bac0f8f57d
* Add the rest of the Viridian City scripts.IIMarckus2012-08-241-8/+119
| | | | | hg-commit-id: 3d00648148ac
* Remove unneeded comments.IIMarckus2012-08-211-6/+6
| | | | | hg-commit-id: 2b946e17be3f
* Fix several labels and add remaining scripts from Pewter City.IIMarckus2012-08-211-74/+209
| | | | | hg-commit-id: 86759463ed88
* Use labels for $34bf, and add some more code from Pewter City.IIMarckus2012-08-211-20/+40
| | | | | hg-commit-id: a0c6d0201b95
* Use decimal for overworld Pokémon levels, and Pokémon IDs for cries.IIMarckus2012-07-141-29/+29
| | | | | hg-commit-id: 3788e38a85f6
* Add the ▶ symbol to the text preprocessor.IIMarckus2012-07-071-13/+13
| | | | | hg-commit-id: e3d1729bf4c4
* Palette $0C is the Town Map palette.IIMarckus2012-07-031-1/+1
| | | | | | | Noticed by Danni-E 33. hg-commit-id: 93a11989d9db
* “$f0 ; currency symbol” → “¥”IIMarckus2012-05-311-1/+1
| | | | | hg-commit-id: 3adf6574394f
* Add trainer data added or changed in Yellow.IIMarckus2012-05-231-0/+131
| | | | | hg-commit-id: 13217429ddf5
* Add trainer special movesets from Yellow.IIMarckus2012-05-231-0/+162
| | | | | hg-commit-id: 93c231df8a92
* Merge Xeon’s stuff.IIMarckus2012-05-131-72/+182
|\ | | | | | | | | hg-commit-id: 6a40706a4bb2
| * disassembled and named some general functionsxeons2012-04-071-2/+34
| | | | | | | | | | hg-commit-id: 16b81dc4ca99
| * fix a few things I did wrongxeons2012-03-301-12/+12
| | | | | | | | | | hg-commit-id: 919adffe4381
| * Forced biking or surfing map handling functionsxeons2012-03-301-4/+81
| | | | | | | | | | hg-commit-id: 7980878962c4
* | Some random label(s) somewhere...stag0192012-03-301-4/+4
| | | | | | | | | | hg-commit-id: 66036833f01f
* | CinnabarGymScript_Unknown75759/CinnabarGymScript_Unknown75772stag0192012-03-291-1/+16
| | | | | | | | | | hg-commit-id: db5196572497
* | FuchsiaGymScript_Unknown75453... probably needs a better name...stag0192012-03-291-1/+8
| | | | | | | | | | hg-commit-id: fbe6f4dc16e4
* | Unknown_7657e and related stuff started. Needs work...stag0192012-03-291-6/+117
| | | | | | | | | | hg-commit-id: 8060378fb0ae
* | The save sound from Pokemon Red, and Pokemon Blue.stag0192012-03-261-1/+140
| | | | | | | | | | hg-commit-id: 853da1329134
* | The pointer list at the end of bank 0.stag0192012-03-261-1/+69
| | | | | | | | | | hg-commit-id: 6c466504608d
* | 0x45023: Shaves 10 more bytes from rbdiff.stag0192012-03-261-2/+85
|/ | | | | hg-commit-id: c4bcd261f47c
* ActivatePC and associated stuff...stag0192012-03-231-1/+111
| | | | | hg-commit-id: 35bb9f0c0008
* Comments are spaced out instead of tabbed out.stag0192012-03-231-115/+115
| | | | | hg-commit-id: 201f8c76b32b