index
:
pokecrystal
install
master
Pokémon Crystal
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
main.asm
Age
Commit message (
Collapse
)
Author
2013-08-29
move battle tower mon handling asm into battle_tower.asm
yenatch
2013-08-29
move GiveOddEgg into odd_eggs.asm
yenatch
2013-08-29
fix/add some missing function labels in bank 0
yenatch
2013-08-29
condense repeated asm with rept macros
yenatch
2013-08-29
proper labeling of common function GetSpritePalette
yenatch
2013-08-29
condense some repetitive asm with rept macros
yenatch
2013-08-29
move VBlank interrupt label from main.asm to engine/vblank.asm
yenatch
2013-08-29
move copy asm from main.asm to engine/copy.asm
yenatch
2013-08-29
move palette asm from main.asm to engine/palettes.asm
yenatch
2013-08-29
move time-related asm from main.asm into engine/time.asm
yenatch
2013-08-29
move serial asm from main.asm into engine/serial.asm
yenatch
2013-08-29
move more joypad code from main.asm into engine/joypad.asm
yenatch
2013-08-29
more joypad function cleanup
yenatch
2013-08-29
reformat some joypad functions
yenatch
2013-08-29
split lcd functions out of main.asm
yenatch
2013-08-29
split fading functions out of main.asm
yenatch
2013-08-29
secret ruins of alph water stone room asm
yenatch
2013-08-29
warp sound effects in field moves
yenatch
2013-08-29
more field move scripts and some map header references
yenatch
2013-08-29
get rid of a trailing incbin at the end of bank 21
yenatch
2013-08-29
more hlcoords in bank 1
yenatch
2013-08-29
more field move scripts
yenatch
2013-08-29
more text_jumps in known functions
yenatch
2013-08-28
hram constants in serial interrupt
yenatch
2013-08-28
serial interrupt
yenatch
2013-08-27
timer interrupt
yenatch
2013-08-27
LYOverrides in main.asm
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
recomment some common asm (rtc/lcd)
yenatch
2013-08-26
SpecialRoamMons -> InitRoamMons
yenatch
2013-08-26
deobfuscate some encounter asm
yenatch
2013-08-24
battle init and some overworld actions
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-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 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
[prev]
[next]