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
IIMarckus
901e6f25de
Sync music with pokecrystal and add to the build.
2019-08-15 23:24:36 -06:00
IIMarckus
f150c1ab60
Sync sfx with pokecrystal, and add to the build.
2019-08-15 22:48:45 -06:00
IIMarckus
f783e73aeb
Fix cries, and integrate them into the build.
2019-08-15 22:02:56 -06:00
obskyr
b205104b3e
Dump move descriptions.
2019-08-14 01:14:55 +02:00
obskyr
79f2589ef8
Disassemble battle animation scripts.
...
Based on pokecrystal. Apparently, very few move animations were changed (Transform, Minimize, and Body Slam-likes)!
2019-08-14 00:54:00 +02:00
luckytyphlosion
b5da19a404
Update Discord link.
2018-10-22 22:19:43 -04:00
IIMarckus
c52681ec34
Dump map blockdata from Gold.
2018-10-04 04:00:23 -06:00
IIMarckus
955cf635fc
Split map object includes into a separate file.
2018-10-04 02:06:24 -06:00
IIMarckus
a3e6e0971b
Add map objects from bank 49.
2018-10-04 01:50:30 -06:00
IIMarckus
48f338fe7a
Add map objects from bank 48.
2018-10-04 01:23:27 -06:00
IIMarckus
d34ed8847f
Add map objects from bank 4A.
2018-10-04 00:04:18 -06:00