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
2012-07-05
Allocate ram instead of using constants.
IIMarckus
2012-07-05
Note that this trainer (Kimono Girl Naoko, but with different team) is unused.
IIMarckus
2012-07-04
Fix checkpokeitem and special cases of writebyte.
IIMarckus
2012-07-04
givepoke should use decimal.
IIMarckus
2012-07-04
Add special 0x66, the Game Boy version check.
IIMarckus
2012-07-04
Add Special 0x60, which checks the conditions for Snorlax to wake up.
IIMarckus
2012-07-04
Add special 0x97, the generic Pokémon check.
IIMarckus
2012-07-04
Add special 0x96, the Beasts check.
IIMarckus
2012-07-04
Bill’s grandpa script should use Pokémon species constants.
IIMarckus
2012-07-04
$00 is Sunday, not Monday.
IIMarckus
2012-07-04
Use constants for days of the week.
IIMarckus
2012-07-04
Number of Unowns should be decimal.
IIMarckus
2012-07-04
Better labels for security cameras.
IIMarckus
2012-07-04
Better labels for the Rocket Hideout scripts.
IIMarckus
2012-07-04
Better labels for gym guy stuff.
IIMarckus
2012-06-10
Add egg moves (from both G/S and Crystal).
IIMarckus
2012-05-31
add in PrintNumber_AdvancePointer and Divide from pokered
Bryan Bishop
2012-05-31
just adding a label for Multiply (no code)
Bryan Bishop
2012-05-31
fix spacing in main.asm
Bryan Bishop
2012-05-31
copy in DelayFrames from pokered
Bryan Bishop
2012-05-31
copy in PrintBCDNumber from pokered
Bryan Bishop
2012-05-31
copy in PrintBCDDigit from pokered
Bryan Bishop
2012-05-30
copy in TextBoxBorder from pokered
Bryan Bishop
2012-05-30
copy in NPlaceChar from pokered
Bryan Bishop
2012-05-30
for some reason AddNTimes is copied twice
Bryan Bishop
2012-05-30
copy in CopyDataUntil from pokered
Bryan Bishop
2012-05-30
copy in ClearScreenArea from pokered
Bryan Bishop
2012-05-30
minor formatting fix in CountSetBits
Bryan Bishop
2012-05-30
copy in CountSetBits from pokered
Bryan Bishop
2012-05-30
copy in StringCmp from pokered
Bryan Bishop
2012-05-30
fix typo in DisableLCD label name
Bryan Bishop
2012-05-30
copy in IsInArray from pokered
Bryan Bishop
2012-05-30
copy in EnableLCD from pokered
Bryan Bishop
2012-05-30
copy in DelayFrame from pokered
Bryan Bishop
2012-05-30
copy over CopyData from pokered
Bryan Bishop
2012-05-30
copy in DisableLCD from pokered
Bryan Bishop
2012-05-30
use rgbfix to fix the header bytes
Bryan Bishop
2012-05-30
remove $10000 INCBIN bytes from banks $75, $76, $79 and $7a
Bryan Bishop
2012-05-29
add in some shared characters from pokered
Bryan Bishop
2012-05-29
add IntroFadePalettes from pokered
Bryan Bishop
2012-05-29
hooray PrintNumber_PrintLeadingZero is also shared
Bryan Bishop
2012-05-29
IncGradGBPalTable_01 is the same from pokered
Bryan Bishop
2012-05-28
add type interaction
padz
2012-05-28
replace 2call pointers with labels
Bryan Bishop
2012-05-28
use labels on all 2jumps
Bryan Bishop
2012-05-28
convert if_not_equal pointers to labels
Bryan Bishop
2012-05-28
convert if_equal pointers to labels
Bryan Bishop
2012-05-28
finish converting iftrue/iffalse pointers to labels
Bryan Bishop
2012-05-28
use labels in kurt-related scripts
Bryan Bishop
2012-05-28
convert pointers to labels in some scripts
Bryan Bishop
[next]