aboutsummaryrefslogtreecommitdiffstats
path: root/scripts (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
| * Start using text predef macrosdannye2015-07-0419-48/+50
| | | | | | | | also sprite direction constants
| * More TX_ASMU-Daniel-PC\Daniel2015-07-035-12/+12
| |
| * No more ldhU-Daniel-PC\Daniel2015-07-0319-54/+54
| |
| * TX_ASMU-Daniel-PC\Daniel2015-07-03141-552/+552
| |
| * Rename/organize part 2 of 4U-Daniel-PC\Daniel2015-07-03142-2242/+2245
| | | | | | | | | | rename functions, clean up address/wram comments, other misc only broken up so that all changes are viewable on github
| * Hardcoded audio bank referencesU-Daniel-PC\Daniel2015-06-121-2/+2
| |
| * Name a few unknownsU-Daniel-PC\Daniel2015-06-121-3/+6
| |
| * Name the last of unnamed textU-Daniel-PC\Daniel2015-06-126-37/+37
| |
* | Update rockethideout4.asmluckytyphlosion2015-05-061-2/+2
| |
* | Update pewtergym.asmluckytyphlosion2015-05-061-2/+2
| |
* | Update ceruleangym.asmluckytyphlosion2015-05-061-2/+2
| |
* | Update copycatshouse2f.asmluckytyphlosion2015-05-061-1/+1
| |
* | Update ssanne6.asmluckytyphlosion2015-05-061-1/+1
| |
* | Update fuchsiahouse2.asmluckytyphlosion2015-05-061-2/+2
| |
* | Update pewtercity.asmluckytyphlosion2015-05-061-5/+5
| |
* | Update mtmoonpokecenter.asmluckytyphlosion2015-05-061-3/+3
| |
* | More removal of "ldh"luckytyphlosion2015-05-061-21/+21
| |
* | Remove use of ldh.luckytyphlosion2015-05-061-3/+3
|/ | | RGBFix treats ld a,[$ffxx] as two bytes.
* Remove hard-coded wPokedexOwned/wPokedexSeen array sizeU-Daniel-PC\Daniel2015-02-201-1/+1
|
* Merge remote-tracking branch 'origin/master'yenatch2015-02-131-2/+2
|\
| * Named wram symbolsYamaArashi2015-02-071-2/+2
| |
* | Pick off some more static map ids.yenatch2015-02-071-1/+1
|/
* serial/trade/miscYamaArashi2015-02-0725-31/+31
|
* Clean up white space, fix label typoU-Daniel-PC\Daniel2015-01-2211-13/+13
|
* Labels for Fuji in Pokémon Tower.IIMarckus2014-10-261-7/+7
|
* Merge branch 'master' of https://github.com/dannye/pokeredIIMarckus2014-10-2034-102/+149
|\
| * A few static hide/show idsU-Daniel-PC\Daniel2014-09-261-1/+7
| |
| * Enumerate hide/show constantsU-Daniel-PC\Daniel2014-09-261-1/+1
| |
| * Make Hide/Show objects more dynamicU-Daniel-PC\Daniel2014-09-2534-101/+142
| | | | | | | | | | | | | | be on the look out for more static ids in the wild unused constants are still included because a script could be written to check whether the player has picked up an item/fought a legendary etc.
* | Improve labels for Yellow Safari Zone entrance.IIMarckus2014-10-181-10/+9
| |
* | Add parts of the Safari Zone entrance script from Yellow.IIMarckus2014-10-172-105/+361
| |
* | Replace hardcoded pointer with label.IIMarckus2014-10-171-1/+1
| |
* | More idioms.IIMarckus2014-10-171-7/+7
| |
* | Add more from the beach house.IIMarckus2014-10-171-0/+195
| |
* | Minor comment/label improvements in Cinnabar Lab.IIMarckus2014-10-161-6/+10
|/
* Rename hVBlank* constants to h*.yenatch2014-09-231-2/+2
|
* Merge remote-tracking branch 'YamaArashi/master'yenatch2014-09-20116-545/+545
|\ | | | | | | | | | | | | | | | | | | Conflicts: constants/misc_constants.asm engine/battle/core.asm engine/menu/pokedex.asm engine/town_map.asm home.asm hram.asm
| * Commented/labelled misc functionsYamaArashi2014-09-1477-150/+150
| |
| * Commented more sprite and map codeYamaArashi2014-09-1349-106/+106
| |
| * Labelled and commented mostly sprite-related thingsYamaArashi2014-09-0944-280/+280
| |
| * Labelled many functions/variablesYamaArashi2014-08-087-9/+9
| |
* | Use PARTY_LENGTH and related constants in menu and hud code.yenatch2014-08-222-8/+8
|/ | | | | This should allow reducing PARTY_LENGTH to work as intended. Increasing it also works provided space is provided in wram, but breaks pc/saving.
* Use *Coord instead of FuncCoordU-Fish-PC\Daniel2014-06-254-24/+12
| | | | | | Using 'Coord =' doesn't like using wTileMap So use hlCoord, deCoord, bcCoord, aCoord, Coorda, or dwCoord to avoid static addresses
* Use macros for predef calls/jumps instead of static ids.yenatch2014-06-1673-328/+164
|
* Use macros to define predefs.yenatch2014-06-161-1/+1
|
* Rename predef functions so they aren't excessive in length.yenatch2014-06-166-7/+7
| | | | | This is mostly because of an rgbasm bug that prevents macro arguments from exceeding 16 characters, but the names were bad anyway.
* Remove generated "indirect jump" comments.yenatch2014-06-1629-48/+48
| | | | The destination is obvious when using the predef macro.
* Use monster struct macros in wram. Rename related labels for consistency.yenatch2014-06-142-13/+13
|
* Clean up white spaceU-Fish-PC\Daniel2014-06-092-2/+2
|
* Relabel a few missed map scripts and TheEndTextStringU-Fish-PC\Daniel2014-05-314-9/+9
|