Commit Graph

216 Commits

Author SHA1 Message Date
libjet
76216e6ce5 Small home/ reorganization 2020-03-15 00:17:02 +00:00
libjet
1ddf04da73 Add home/sprite_anims.asm 2020-02-20 01:42:06 +00:00
libjet
a891920779 Add home/mon_data_2.asm 2020-02-20 01:28:26 +00:00
libjet
2d16b94ef1 Add home/print_bcd.asm 2020-02-20 01:24:55 +00:00
libjet
53c4af7707 Add home/mon_data.asm 2020-02-20 01:13:04 +00:00
libjet
c2e849aaa2 Add home/print_level.asm 2020-02-19 23:35:57 +00:00
libjet
d1bc3af431 Add home/mon_stats.asm 2020-02-19 23:30:56 +00:00
libjet
20950e734d Add home/trainers.asm 2020-02-19 20:08:53 +00:00
libjet
80c1fcee10 Add home/stone_queue.asm and update script_constants.asm 2020-02-19 19:42:31 +00:00
libjet
a973f27b37 Add home/scrolling_menu.asm 2020-02-19 19:02:31 +00:00
libjet
d89f593d0c Add home/hp_pals.asm and home/names.asm 2020-02-19 18:37:52 +00:00
libjet
3f9061ccea Add home/hp_pals.asm 2020-02-19 17:49:15 +00:00
libjet
336fe6b368 Update some included files at the start of home.asm 2020-02-19 17:26:28 +00:00
libjet
4f1d434564 Add home/tilemap.asm and update home/menu.asm 2020-02-19 16:23:56 +00:00
libjet
b1a35aa177 Add home/compare.asm 2020-02-19 02:49:33 +00:00
libjet
0a0b273fee Add home/queue_script.asm 2020-02-19 02:47:03 +00:00
libjet
5172056acd Use labels instead of constants for HRAM 2020-02-19 02:42:34 +00:00
libjet
6cbd16985a Update math.asm and add print_text.asm 2020-02-18 18:34:17 +00:00
libjet
76b10c0a49 Add copy_name.asm 2020-02-18 16:37:51 +00:00
libjet
0a998a5dde Fix copy_tilemap.asm 2020-02-18 16:21:14 +00:00
libjet
919a014b95 Add copy_tilemap.asm 2020-02-18 14:29:48 +00:00
libjet
80153b820a Add clear_sprites.asm 2020-02-18 03:32:24 +00:00
libjet
3379187ef4 Add region.asm 2020-02-18 03:24:04 +00:00
libjet
5462eca231 Add sprite_updates.asm 2020-02-18 03:15:05 +00:00
IIMarckus
a7e3a999ff Merge https://github.com/libjet/pokegold 2020-02-09 02:20:05 -07:00
libjet
0543e93391 Remove Crystal exlusives 2020-02-08 15:31:49 +00:00
luckytyphlosion
d561a6d2db
Update Discord link. 2019-12-19 16:55:24 -05:00
libjet
4617c1e46b Fix typo from replacing text 2019-12-12 21:37:47 +00:00
libjet
7acf2ec917 Update predef_pointers and wram, and correct typo's caused by search + replace 2019-12-12 20:43:24 +00:00
libjet
93872e920e Updated macros/scripts/text.asm and cleaned up macros.asm 2019-12-11 01:38:36 +00:00
libjet
cc8fc02a94 Added engine/events stuff and cleaned up contest related code 2019-12-09 22:20:03 +00:00
libjet
cfe6e29574 Added misc_scripts from pokecrystal and removed 1 dr from main.asm 2019-12-08 22:22:16 +00:00
IIMarckus
3ed059f650 Merge branch 'base_stats' of iihub:rtandy/pokegold 2019-10-14 03:23:18 -06:00
Ryan Tandy
351f50a454 Sync base_stats from pokecrystal and include in the build
Remaining differences:
- Move tutor is Crystal exclusive
- Kept hard-coded pic dimensions for now as front pics have not been extracted yet
2019-10-12 12:10:39 -07:00
Ryan Tandy
242428c722 Sync egg group constants from pokecrystal
Copied from pret/pokecrystal@0eeb00d6ac and pret/pokecrystal@2d8f3a0654
2019-10-12 12:04:46 -07:00
Ryan Tandy
e5761f737b Sync growth rate constants from pokecrystal
Copied from pret/pokecrystal@0eeb00d6ac
2019-10-12 12:04:46 -07:00
yenatch
ceb336852d Use PSYCHIC_M for the Psychic TM.
[Ryan Tandy: adapted from pret/pokecrystal@0b8b6f9259]
2019-10-12 12:04:27 -07:00
Ryan Tandy
c01ed32c8b Disassemble Game Freak logo intro 2019-10-11 19:26:52 -07:00
Ryan Tandy
3855a686b6 Extract copyright gfx to png 2019-10-11 08:30:42 -07:00
Ryan Tandy
dd9527512e Copy vram.asm from pokecrystal 2019-10-11 08:30:42 -07:00
IIMarckus
c36771441c Add maps and map attributes. 2019-10-11 04:51:44 -06:00
IIMarckus
d64251740e Sync tileset IDs with pokecrystal. 2019-10-11 02:21:44 -06:00
IIMarckus
e7b5c8495d Remove more obvious Crystal files. 2019-10-11 01:18:45 -06:00
IIMarckus
3dd052f153 Remove unused map. 2019-10-11 01:07:53 -06:00
Ryan Tandy
0af8f48d59 Clarify naming of SFX_GET_EGG_* pointers
In game, one receives eggs from the Aide and the Day-care Man, not the
Day-care Lady. SFX 0x96 is used for both. Rename it to reflect it is not
unique to the Day-care.

SFX 0x95 is an alias of the same sound and appears to be unused. Rename
the pointer to clarify that.
2019-09-23 10:14:38 -07:00
Ryan Tandy
111722c5e4 Sync daycare from pokecrystal 2019-09-20 13:30:58 -07:00
Ryan Tandy
cf4ab739af Import trainer DVs data from pokecrystal 2019-08-26 22:17:00 -07:00
IIMarckus
23daa5361f Sync home/audio.asm with pokecrystal. 2019-08-16 01:41:17 -06:00
IIMarckus
5194ca8408 Build a separate audio object. 2019-08-16 01:24:26 -06:00
IIMarckus
2176239aa5 Incorporate the rest of the audio engine. 2019-08-16 01:03:03 -06:00