summaryrefslogtreecommitdiff
path: root/engine
AgeCommit message (Collapse)Author
2017-08-24Fix unused Constant for Happinessi0brendan0
The HAPPINESS_TO_EVOLVE constant is what's supposed to be used to give the number for when a Pokemon should evolve by happiness. The constant was not put in place so it is never used, instead the original 220 was put.
2017-06-24Merge pull request #370 from yenatch/graphicsyenatch
png everywhere
2017-06-24Fix gfx/miscyenatch
2017-06-24pngs in gfx/unknownyenatch
2017-06-21pngs in gfx/titleyenatch
2017-06-21pngs in gfx/splashyenatch
2017-06-21pngs in gfx/pokegearyenatch
- flymap_label_border.2bpp was actually 1bpp
2017-06-09Replace ‘jp [hl]’ with ‘jp hl’Ben10do
The former is arguably misleading (as you don’t access the memory location in hl to retrieve the jump location), and is consequently deprecated in newer versions of rgbds. This fix silences these deprecation warnings.
2017-05-28Fix no newline at eof in engine/time.asmyenatch
2017-03-24Revert "Fix floating sections"Ben10do
This reverts commit e28b88f56d666484b994fc9cf28cc5d4cf50c803.
2017-03-15Fix floating sectionsAntonioND
This is needed so that rgblink doesn't move them around after modifying it's placement algorithm. Signed-off-by: AntonioND <antonio_nd@outlook.com>
2017-02-22Strip address comments.IIMarckus
2017-01-16Labels for Trainer Rankings stat tracking functionshatschky
2016-12-30Merge branch 'master' of https://github.com/PikalaxALT/pokecrystal into ↵YamaArashi
PikalaxALT-master
2016-10-29Fix an incorrect comment regarding breedingFredrik Ljungdahl
If Defense DV match and lower 3 DVs match father+mother, breeding chance isn't maximized, but prevented. Possibly done to combat in-breeding
2016-09-27Person action and facing labels, part 2PikalaxALT
2016-09-27Person action and facing labels, part 1PikalaxALT
2016-07-29pitchoffset macro to replace forceoctavePikalaxALT
2016-06-25These are actually .1bpp filesScott Norton
2016-06-13hLCDCPointer and InitListpikalaxalt
2016-06-07Fix indentation in many placespikalaxalt
2016-06-07Some mystery gift functionspikalaxalt
2016-06-06Remaining layout constantspikalaxalt
2016-05-17engine/events.asm labels finishedpikalaxalt
fixed palred/green/blue macros
2016-05-16Evolution addressespikalaxalt
2016-05-16HP bar animation addresses and AI switchpikalaxalt
2016-05-15SPRITE_ANIM_FRAME_IDX constantspikalaxalt
2016-05-14Unify directional movement macrospikalaxalt
2016-05-14Unify step_sleep macropikalaxalt
2016-05-14EZChat cursor objectpikalaxalt
2016-05-13Refine labels in engine/trade/animation.asmpikalaxalt
2016-05-13Name all link trade animation related functionspikalaxalt
2016-05-11Inexplicably empty function with malformed predef pointer, but what are you ↵pikalaxalt
gonna do about it?
2016-05-11Save functions; feeble attempt at serial and link functionspikalaxalt
2016-05-11Name all printer functionspikalaxalt
2016-05-11Placeholder non-generic names for engine/color functionspikalaxalt
2016-05-10Name all functions in event/pikalaxalt
2016-05-10Labeled every function in ROM0 that's referenced in the sourcepikalaxalt
2016-05-08All functions in main.asm have non-generic namespikalaxalt
2016-05-05Mobile and more battle animspikalaxalt
2016-05-04HDMA transfer functionspikalaxalt
2016-05-04More splitting of main.asm; remove unneeded rept 2pikalaxalt
2016-04-30Copycat labels; macro for the Crystal-only Unown chamber unlock wordspikalaxalt
2016-04-10Local labels starting with underscores have colons depending on whether the ↵pikalaxalt
first alphanumeric character is capitalized or not
2016-04-10Local labels starting with lowercase letters are no longer decorated with a ↵pikalaxalt
trailing colon
2016-04-10Local labels starting with capital letters are now decorated with a trailing ↵pikalaxalt
colon; remove trailing whitespace; globally correct line endings to UNIX style
2016-04-10Alan's script pointers are now local references; movement_tree_shake for ↵pikalaxalt
sudowoodo on route 36
2016-04-02Make town map pals more intuitive in sourcepikalaxalt
2016-03-27Split up banks 1-3 of main.asmpikalaxalt
2016-03-19Merge branch 'master' of https://github.com/pret/pokecrystalpikalaxalt