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 (
Expand
)
Author
2013-09-09
clean up some common includes and give names to wram copy functions
yenatch
2013-09-08
split Predef into common/predef.asm
yenatch
2013-09-08
split serial handshake into common/handshake.asm
yenatch
2013-09-08
Merge pull request #197 from yenatch/master
Bryan Bishop
2013-09-08
ItemIsMail and comment thief move effect
yenatch
2013-09-08
Merge pull request #196 from yenatch/std-scripts
Bryan Bishop
2013-09-08
Merge pull request #195 from yenatch/predefs
Bryan Bishop
2013-09-08
Merge pull request #190 from yenatch/master
Bryan Bishop
2013-09-08
move double speed functions into common/double_speed.asm
yenatch
2013-09-08
labels for cgb double speed functions
yenatch
2013-09-08
split sram access asm into common/sram.asm
yenatch
2013-09-08
split Random into common/random.asm
yenatch
2013-09-08
split item interfaces into common/item.asm
yenatch
2013-09-08
fix item asm labels
yenatch
2013-09-08
Function2f17 -> IsInJohto
yenatch
2013-09-08
split InitString asm into common/string.asm
yenatch
2013-09-08
split flag action asm into common/flag.asm
yenatch
2013-09-08
split map engine asm into common/map.asm
yenatch
2013-09-07
rename BUTTON_A and BUTTON_B constants to A_BUTTON and B_BUTTON
yenatch
2013-09-07
move common asm from engine/ to common/
yenatch
2013-09-07
split fruit tree asm out into engine/fruit_trees.asm
yenatch
2013-09-07
split type strings and related asm out into text/types.asm
yenatch
2013-09-07
comment PrintMonTypes
yenatch
2013-09-07
leftover trainer class names from red
yenatch
2013-09-07
whitespace -> tabs in main.asm
Bryan Bishop
2013-09-07
fix up TreeMons/RockMons
yenatch
2013-09-07
split out std scripts from main.asm
yenatch
2013-09-07
add a menudata2 header in std scripts
yenatch
2013-09-07
label some jumps in std scripts
yenatch
2013-09-07
shorten PrintMoveDescription -> PrintMoveDesc so rgbds doesnt choke
yenatch
2013-09-07
the bomb 3
yenatch
2013-09-06
labels for each predef
yenatch
2013-09-06
the bomb 2
yenatch
2013-09-06
labels for each special
yenatch
2013-09-06
the bomb
yenatch
2013-09-06
update some labels and special/predef pointers
yenatch
2013-09-05
couple more specials in bank 3
yenatch
2013-09-05
some specials in bank 3 and unown dex asm
yenatch
2013-09-04
recomment CheckShininess and CheckContestMon
yenatch
2013-09-04
recomment Predef and GetPredefFn -> GetPredefPointer
yenatch
2013-09-03
split farcall functions into engine/farcall.asm
yenatch
2013-09-03
formatting in the map engine
yenatch
2013-09-03
split out game time functions into engine/game_time.asm
yenatch
2013-09-03
recomment game time functions
yenatch
2013-09-03
split menu functions into engine/menu.asm
yenatch
2013-09-03
split Sine/Cosine into engine/sine.asm
yenatch
2013-09-03
split map object functions into engine/map_objects.asm
yenatch
2013-09-03
split some RTC interfaces into engine/rtc.asm
yenatch
2013-09-03
split vram functions out into engine/video.asm
yenatch
2013-09-03
split out rst vectors
yenatch
[prev]
[next]