Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-08-27 | gbhw: flag constants for interrupts and timer registers | yenatch | |
2013-08-27 | LYOverrides in main.asm | yenatch | |
2013-08-27 | add LYOverrides in wram bank 5 | yenatch | |
2013-08-27 | rename some LCD functions | yenatch | |
2013-08-27 | rename FarCall family labels | yenatch | |
FarJump labels renamed to FarCall register aliases JpHl and JpDe renamed to _hl_ and _de_ | |||
2013-08-27 | rename PushScriptPointer -> CallScript | yenatch | |
2013-08-27 | add some field move asm and scripts | yenatch | |
2013-08-27 | badge engine flags in main.asm | yenatch | |
2013-08-27 | engine flag constants | yenatch | |
2013-08-27 | PlayerPalette and PlayerAction wram labels | yenatch | |
2013-08-27 | Merge pull request #161 from kanzure/remove-extras | Bryan Bishop | |
This merges branch 'remove-extras' into master. The extras/ path is now replaced by a git submodule that is independently version controlled and separate from the pokecrystal project. The git submodule is a reference to v1.1.0 of this repository: https://github.com/kanzure/pokemon-reverse-engineering-tools It's also available as a generic python module now: https://pypi.python.org/pypi/pokemontools https://github.com/kanzure/pokecrystal/pull/161 | |||
2013-08-27 | bump extras submodule to v1.1.0 | Bryan Bishop | |
The extras submodule is provided by pokemon-reverse-engineering-tools v1.1.0 at commit 016f0206b5029fc83a6200be29b0f980c76dfd90. | |||
2013-08-27 | Merge branch 'master' into remove-extras | Bryan Bishop | |
2013-08-27 | recomment some common asm (rtc/lcd) | yenatch | |
2013-08-26 | SpecialRoamMons -> InitRoamMons | yenatch | |
2013-08-26 | deobfuscate some encounter asm | yenatch | |
2013-08-26 | Merge remote-tracking branch 'yenatch/merge-kanzure-again' into master | Bryan Bishop | |
2013-08-26 | Merge remote-tracking branch 'github/master' into master | Bryan Bishop | |
2013-08-24 | battle init and some overworld actions | yenatch | |
2013-08-24 | battle init and battle transition predefs | yenatch | |
2013-08-23 | first event flag constants | yenatch | |
2013-08-23 | BitTable2 -> EngineFlags | yenatch | |
2013-08-23 | BitTableFunc -> FlagAction | yenatch | |
2013-08-23 | EventFlags label (bittable1) | yenatch | |
2013-08-23 | game freak presents splash | yenatch | |
2013-08-23 | more bank 0 labels instead of static addresses | yenatch | |
2013-08-22 | BoxMons in main.asm | yenatch | |
2013-08-22 | Party/BoxMon nickname enders | yenatch | |
2013-08-22 | boxmon labels in sram | yenatch | |
2013-08-21 | GiveOddEgg and related asm | yenatch | |
That's it for bank 7e | |||
2013-08-21 | dump odd eggs | yenatch | |
2013-08-21 | condense IncGradGBPalTable | yenatch | |
this way is more readable too | |||
2013-08-21 | Merge remote-tracking branch 'kanzure/master' into merge-kanzure-again | yenatch | |
Conflicts: wram.asm | |||
2013-08-21 | Merge branch 'master' into merge-kanzure | yenatch | |
2013-08-21 | more field move asm/scripts | yenatch | |
2013-08-21 | TileType is actually TileCollision | yenatch | |
2013-08-21 | formatting in TileTypeTable and tile checks | yenatch | |
2013-08-21 | split out text engine | yenatch | |
2013-08-21 | graphics loading functions (2bpp and 1bpp) | yenatch | |
2013-08-21 | split out decompression | yenatch | |
2013-08-21 | Merge commit 'd2d5c09' | yenatch | |
Conflicts: main.asm wram.asm Git couldn't figure out what this commit did, so it was redone to merge. | |||
2013-08-20 | split out program init | yenatch | |
2013-08-20 | remove unnecessary incbin lengths | yenatch | |
2013-08-20 | remove garbage data in tileset 31 metatile defs | yenatch | |
2013-08-20 | johto/kanto maps | yenatch | |
2013-08-20 | copyright graphics | yenatch | |
2013-08-20 | MBC3SRAMEnable is actually MBC3SRamEnable | yenatch | |
2013-08-20 | comment program init functions | yenatch | |
2013-08-19 | update hram addresses in engine/vblank.asm | yenatch | |
2013-08-19 | $ffcf $ffd0 -> hSCX hSCY | yenatch | |