Commit Graph

505 Commits

Author SHA1 Message Date
entrpntr
ed94962edf Couple quick fixes so nothing dangerous/shameful gets merged in. 2020-05-16 22:14:21 -04:00
entrpntr
88d7e9a34a
Merge pull request #19 from libjet/home-cleanup
Home and HRAM cleanup
2020-05-15 12:57:29 -04:00
entrpntr
05b591cd95 Remove remaining legacy macros from current code. 2020-05-15 09:57:37 -04:00
entrpntr
82c33aacb0 A bit more cleanup of wram.asm. 2020-05-15 02:52:15 -04:00
entrpntr
3185d4b360 Clean up battle anims, constants, and wram. 2020-05-14 19:44:36 -04:00
entrpntr
6c4c421f18 Match pokecrystal file names and folder structure, tools updates. 2020-05-14 14:25:42 -04:00
entrpntr
a30d695331 Clean up some palette stuff, update main.asm and layout.link. 2020-05-14 12:40:24 -04:00
entrpntr
18ca6b3ea8 More cleanup of title screen, update unused sources script. 2020-05-13 23:55:40 -04:00
entrpntr
1e17b0a62d Clean up engine/menus/naming_screen.asm. 2020-05-13 01:12:24 -04:00
entrpntr
f235b94a4c Many minor cleanups. 2020-05-13 00:56:53 -04:00
entrpntr
ff78a288fd Update music for newer audio macros. 2020-05-12 15:44:54 -04:00
entrpntr
3e40a1ecd0 Simple cleanups in constants/data/macros and banks 1-4. 2020-05-12 13:31:27 -04:00
entrpntr
dac57cee38 Cleanup of color.asm and scgb_layouts.asm. 2020-05-12 02:12:58 -04:00
entrpntr
f2d087165f Clean up engine/menus/intro_menu.asm. 2020-05-11 16:06:49 -04:00
entrpntr
6de1f826f6 Add item/move/class names; update linkerscript and main.asm. 2020-05-09 23:28:22 -04:00
entrpntr
c55af0b703 Add item descriptions. 2020-05-09 23:04:34 -04:00
entrpntr
69aaf49240 Fix labels, add PNGs. 2020-05-09 21:50:59 -04:00
entrpntr
230d94e458 Add engine/games/slot_machine.asm. 2020-05-09 21:10:30 -04:00
entrpntr
fa45a690ee Add engine/overworld/landmarks.asm and engine/events/fish.asm. 2020-05-09 20:31:18 -04:00
entrpntr
14f623c65c Add engine/pokegear/pokegear.asm. 2020-05-09 19:40:06 -04:00
entrpntr
566e2239d1 Add engine/rtc/timeset.asm. 2020-05-08 13:52:48 -04:00
entrpntr
c4c838855a Add engine/phone/phone.asm. 2020-05-08 13:22:30 -04:00
entrpntr
1220198362 Modest cleanup of wram.asm. 2020-05-08 04:15:55 -04:00
entrpntr
41c19e6e7c Add majority of remaining unused source files. 2020-05-07 15:37:15 -04:00
entrpntr
5cf0984419 Add end-of-ROM stadium data, fix Burned Tower script labels/constants. 2020-05-07 12:00:51 -04:00
entrpntr
858f7a0b8a Finish cleanup of bank 3. 2020-05-04 16:23:03 -04:00
entrpntr
fd35959d94 Clean up text, and some bank 3 code. 2020-05-04 14:25:55 -04:00
entrpntr
39a7f59931 Clean up specials and swarms. 2020-05-04 10:57:46 -04:00
entrpntr
3d651a7c49 Add Makefile option for verbose sym/map; fix some label names. 2020-05-03 04:41:05 -04:00
entrpntr
a594f5e557 Add PNGs. 2020-05-01 21:18:57 -04:00
entrpntr
9b5b2ac809 Disassemble bank $0b. 2020-05-01 20:56:15 -04:00
entrpntr
a0ebc7fbae Add wildmon data. 2020-05-01 19:52:27 -04:00
entrpntr
2bc79616c4 Add engine/overworld/wildmons.asm (without data files). 2020-05-01 02:18:33 -04:00
entrpntr
03bc01bf4e Add engine/link/link.asm and engine/link/mystery_gift.asm 2020-04-30 23:50:43 -04:00
entrpntr
35f6c55eac Add remaining bank 9 files. 2020-04-30 00:47:14 -04:00
entrpntr
8b5cc02a48 Add engine/menus/trainer_card.asm. 2020-04-30 00:02:58 -04:00
entrpntr
a308a1adad Add bank 9 files before trainer card. 2020-04-29 18:48:23 -04:00
entrpntr
70d3a3fdbc Sync with the recent updates to pokecrystal. 2020-04-27 03:35:35 -04:00
entrpntr
75cf425d30 Clean up engine flags. 2020-04-27 01:18:06 -04:00
entrpntr
ccd5c4b99a More overworld code cleanup. 2020-04-26 23:35:11 -04:00
entrpntr
d53f3afe50 Clean up some overworld code. 2020-04-26 22:15:31 -04:00
entrpntr
0b33dabae2 Disassemble map scenes and events. 2020-04-26 19:11:18 -04:00
entrpntr
9ce9224933 Minor cleanup of wram and text/charmap before continuing. 2020-04-24 13:13:15 -04:00
entrpntr
5f2d3bedb9 Revisit some bank 5 code before continuing. 2020-04-23 13:00:01 -04:00
entrpntr
1d456d5f66 Finish home cleanup, identify tileset data, other misc cleanups. 2020-04-22 23:18:36 -04:00
entrpntr
b87cc70643 Miscellaneous cleanup before continuing. 2020-04-20 21:36:29 -04:00
entrpntr
2883bfb9b1 Finish disassembling battle core. 2020-04-20 15:00:59 -04:00
entrpntr
0def3b67fa Start adding engine/battle/core.asm. 2020-04-19 21:36:23 -04:00
entrpntr
7b63a9c032 Finish disassembling effect commands. 2020-04-19 15:25:51 -04:00
entrpntr
e953302d3f Continue with effect commands (about 50% complete). 2020-04-19 12:31:56 -04:00