aboutsummaryrefslogtreecommitdiffstats
path: root/main.asm (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* MinimizedMonSprite 1bpp gfx.Marcus Huderle2013-12-231-3/+3
|
* Filled in hardcoded pointers that pointed to INCBINs.Marcus Huderle2013-12-231-5/+9
|
* Labeled Special Effect pointers and ids.Marcus Huderle2013-12-231-370/+416
|
* Merge branch 'music' of https://github.com/dannye/pokeredU-Daniel-Laptop\Daniel2013-12-231-21/+37
|\ | | | | | | | | Conflicts: main.asm
| * Fix duty label numbersU-Fish-PC\Daniel2013-11-031-23/+39
| |
* | Merge branch 'master' of https://github.com/huderlem/pokeredU-Daniel-Laptop\Daniel2013-12-231-1502/+773
|\ \ | | | | | | | | | | | | Conflicts: main.asm
| * | Cleaned up all Map Headers.Marcus Huderle2013-12-221-197/+8
| | |
| * | W_TRAINER_NAME wram constant added, and labeled more hardcoded pointers.Marcus Huderle2013-12-221-111/+75
| | |
| * | Filled out most of a text id pointer table.Marcus Huderle2013-12-221-279/+279
| | |
| * | Fixed labels to get around syntax error.Marcus Huderle2013-12-221-23/+23
| | |
| * | Bad syntaxMarcus Huderle2013-12-221-21/+17
| | |
| * | Cleaned hardcoded pointers related to pokecenter texts and OT names.Marcus Huderle2013-12-221-61/+61
| | |
| * | Cleaned map connections with macros.Marcus Huderle2013-12-201-717/+78
| | |
| * | Fishing Rod Graphics properties INCBIN.Marcus Huderle2013-12-191-3/+11
| | |
| * | Nidorino's intro fight animation INCBIN.Marcus Huderle2013-12-161-23/+71
| | |
| * | Stat modifier ratios INCBIN.Marcus Huderle2013-12-161-7/+20
| | |
| * | INCBIN for enemy mon's battle HUD tiles.Marcus Huderle2013-12-161-3/+6
| | |
| * | INCBIN for several tiles used in the player's battle HUD.Marcus Huderle2013-12-161-3/+6
| | |
| * | WildMonEncounterSlotChances INCBIN.Marcus Huderle2013-12-161-3/+16
| | |
| * | CutTreeBlockSwaps INCBIN.Marcus Huderle2013-12-161-3/+14
| | |
| * | CutTreeAnimationOffsets INCBIN.Marcus Huderle2013-12-161-9/+19
| | |
| * | Labeled GetMonFieldMoves function.Marcus Huderle2013-12-151-2/+2
| | |
| * | FieldMoveDisplayData INCBIN.Marcus Huderle2013-12-151-5/+21
| | |
| * | Merged and fixed incbin conflicts with Danny.Marcus Huderle2013-12-151-4776/+10319
| |\ \
| * | | Nicknaming screen loads the 'ED' symbol separately.Marcus Huderle2013-12-051-3/+4
| | | |
| * | | Cleaned up TitleScreenPokemonLogoYScrolls to use base-10 numbers.Marcus Huderle2013-12-051-8/+8
| | | |
| * | | FlyWarp data for maps in which you fall down holes.Marcus Huderle2013-12-051-6/+38
| | | |
| * | | Cable Club NPC Text labels.Marcus Huderle2013-12-051-31/+31
| | | |
| * | | Vending Machine routine and texts.Marcus Huderle2013-12-051-35/+36
| | | |
| * | | BattleCenter and TradeCenter warp data specs. Also renamed FirstMapSpec to ↵Marcus Huderle2013-12-051-15/+39
| | | | | | | | | | | | | | | | FirstMapWarpSpec.
| * | | Title screen pokemon logo bouncing effect.Marcus Huderle2013-12-051-7/+17
| | | |
* | | | Pointer table clean upU-Daniel-Laptop\Daniel2013-12-221-113/+378
| | | |
* | | | Dump animationsU-Fish-PC\Daniel2013-12-191-601/+4083
| |/ / |/| |
* | | incbin killing part 2U-Fish-PC\Daniel2013-12-151-422/+1123
| | |
* | | incbin killingU-Fish-PC\Daniel2013-12-141-328/+1272
| | |
* | | Yet Another Map Script CommitU-Fish-PC\Daniel2013-12-121-23/+85
| | |
* | | Move slot machine constantsU-Fish-PC\Daniel2013-12-111-0/+7
| | |
* | | Disassemble Slot Machine and OthersU-Fish-PC\Daniel2013-12-111-79/+1242
| | |
* | | Merge branch 'master' of https://github.com/iimarckus/pokeredU-Fish-PC\Daniel2013-12-101-1677/+1677
|\ \ \ | | | | | | | | | | | | | | | | Conflicts: main.asm
| * | | finish off wram labels and fix up mistaken label overloadsyenatch2013-12-081-19/+19
| | | |
| * | | wram labels and clarify safari zone step counteryenatch2013-12-081-9/+9
| | | |
| * | | more wram labelsyenatch2013-12-081-104/+104
| | | |
| * | | Merge remote-tracking branch 'iimarckus/master' into crystal-makefileyenatch2013-12-071-2265/+4840
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: Makefile main.asm
| * | | | INCLUDE .asm instead of .txyenatch2013-12-071-381/+381
| | | | | | | | | | | | | | | | | | | | .tx is a build abstraction. if the process changes down the line, .tx includes will break
| * | | | split wram/hram out of constants.asm and start using wram sectionsyenatch2013-12-051-1137/+1137
| | | | | | | | | | | | | | | | | | | | also inadvertently labeling some hard addresses
* | | | | Misc clean upU-Fish-PC\Daniel2013-12-091-126/+230
| |/ / / |/| | |
* | | | IshiharaTeamU-Fish-PC\Daniel2013-11-261-6/+20
| | | |
* | | | FlyWarp dataU-Fish-PC\Daniel2013-11-261-43/+74
| | | |
* | | | Evem more map scriptsU-Fish-PC\Daniel2013-11-261-1612/+2933
| | | |
* | | | Complete Map ScriptsU-Fish-PC\Daniel2013-11-241-343/+1028
| | | |