aboutsummaryrefslogtreecommitdiffstats
path: root/scripts (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
| * Merge branch 'master' of https://github.com/pret/pokeredRangi2019-07-071-1/+1
| |\
| | * Replace the few instances of Unknown Dungeon with Cerulean CaveSatoMew2019-04-081-1/+1
| | |
| * | Replace some hard-coded values with constantsRangi2019-07-075-10/+10
| |/
| * Rename map files, labels, and constants to be consistent and work with ↵Rangi2019-01-01229-914/+915
| | | | | | | | Polished Map
| * Fix spritestatedata macros to be prefixed with w.luckytyphlosion2018-11-181-2/+2
| |
| * Add space between arguments in assembly instructions and remove redundant a ↵xCrystal2017-12-309-144/+144
| | | | | | | | in instructions like add a, x
| * Remove duplicate OaksLabText labelsMatthew Glazar2017-04-021-22/+14
| | | | | | | | | | | | | | | | | | | | | | | | For unknown reasons, the text pointer list for Oak's Lab is duplicated. This is currently implemented by treating the two text pointer lists as one large list. This leads to duplicate labels and some confusing logic. Refactor the code to treat the two text pointer lists separately. This lets us remove several labels. It also makes the code which sets the text pointer list self-documenting.
| * use more HRAM constantsYamaArashi2016-10-291-4/+4
| |
| * Redo audio header macrodannye2016-07-271-1/+1
| |
| * Clean up redundant labelsdannye2016-07-2069-560/+489
| | | | | | | | fix trainer header numbering
| * Clean up text commandsdannye2016-07-1845-77/+111
| |
| * Remove the last address commentsdannye2016-06-126-271/+16
| | | | | | | | | | except for wram.asm and sram.asm also delete unused yellow file
| * Remove some leftover address commentsdannye2016-06-123-3/+3
| |
| * remove address commentsYamaArashi2016-06-11184-3622/+3622
| |
| * Implement handy text macros from yellowpikalaxalt2016-06-0914-42/+46
| |
| * Merge branch 'master' of https://github.com/pret/pokeredpikalaxalt2016-06-092-213/+18
| |\
| | * Sync somewhat with pokeyellow.IIMarckus2016-06-081-18/+18
| | |
| | * Remove the Beach House option.IIMarckus2016-06-071-195/+0
| | |
| * | TX_SFX_KEY_ITEM and `mapconst` macropikalaxalt2016-05-302-6/+9
| |/
| * Merge branch 'master' of https://github.com/pret/pokeredpikalaxalt2016-05-1339-501/+498
| |\
| | * Clean up script labels in marts and Pokémon Centers.IIMarckus2016-04-0827-278/+276
| | |
| | * Clean up labels and trainer headers for overworld Pokémon.IIMarckus2016-04-0612-223/+222
| | |
| * | Macrofy sprite status data in WRA0PikalaxALT2016-01-291-14/+18
| |/
| * Fix game time labelsPikalaxALT2016-01-0339-50/+50
| |
| * Label elite four scripts more completely.Marcus Huderle2015-12-185-100/+108
| |
| * Fewer underscores in constantsdannye2015-12-143-4/+4
| |
| * No more W_dannye2015-08-30101-620/+620
| |
| * use the new battle type constantsYamaArashi2015-08-291-1/+1
| |
| * documented flags and misc. fixesYamaArashi2015-08-291-2/+2
| |
* | Add constants for player and rival startersRangi2020-11-133-12/+12
| |
* | More debug yellowdannye2020-11-077-0/+28
| | | | | | | | only debug menu left
* | Start disassembling debug yellowdannye2020-11-061-7/+22
| | | | | | | | non matching
* | Identify wSpriteStateData[12] offset usesRangi2020-11-068-58/+58
| |
* | Sync more with pokeredRangi2020-11-0614-44/+21
| |
* | Start reorganizing pokeyellowRangi2020-11-044-48/+51
| |
* | Sync with pokereddannye2020-11-04247-9234/+6863
| |
* | Add constant for ghost Marowak like pokeredSatoMew2020-09-271-2/+2
| |
* | Sync with pokereddannye2020-05-20256-1734/+1676
| |
* | Fix Vermilion City spelling on variableCelestialAmber2020-05-031-3/+3
| |
* | Port pull request #236 from pokeredCelestialAmber2020-05-031-39/+39
| |
* | Add deobfuscation from pokered commitsAmber Brault2019-10-179-135/+135
| | | | | | | | | | | | | | | | Remove excess linebreaks from surfing_minigame.asm This commit removes the extra line breaks added accidentally from the last commit. Add deobfuscation from pokered commits
* | Rename spritestatedata structs.luckytyphlosion2018-11-1819-28/+28
| |
* | fix some constantsyenatch2018-04-011-1/+2
| |
* | remove BANK[] and bank constants from ROMX sectionsyenatch2018-04-011-2/+2
| |
* | call $3c29 -> call EnableAutoTextBoxDrawingZechs64372017-10-161-1/+1
| |
* | Use emotion bubble constants in map scripts.IIMarckus2016-08-159-10/+10
| |
* | Remove more address commentsdannye2016-06-122-2/+0
| |
* | remove address commentsYamaArashi2016-06-111-1/+1
| |
* | Merge branch 'master' of github.com:pret/pokeyellowpikalaxalt2016-06-11237-4550/+4560
|\ \
| * | More syncing with pokereddannye2016-06-1128-124/+124
| | | | | | | | | | | | from April 8, 2016 to present