Commit Graph

505 Commits

Author SHA1 Message Date
entrpntr
e10598eb20 Start adding engine/battle/effect_commands.asm. 2020-04-19 10:48:54 -04:00
entrpntr
6ebd8441e2 Minor cleanup (remove unused HRAM, predef folder) before continuing. 2020-04-13 17:53:16 -04:00
entrpntr
71f217cfa0 Finish disassembling bank $05. 2020-04-12 17:31:25 -04:00
entrpntr
531e26c91a Add engine/events/print_[photo|unown] and engine/pokemon/breeding. 2020-04-12 13:36:23 -04:00
entrpntr
51ad0b240e Money, marts, and mom. 2020-04-12 12:03:05 -04:00
entrpntr
ac8070fa92 Add engine/events/pokemon_pc.asm and engine/items/mart.asm. 2020-04-10 22:57:05 -04:00
entrpntr
22922bbb59 Add engine/overworld/map_setup.asm. 2020-04-10 18:31:36 -04:00
entrpntr
48c658ccdb Add engine/menus/save.asm, and some other files. 2020-04-10 16:41:38 -04:00
entrpntr
18df0a5e37 Add engine/rtc/rtc.asm and engine/overworld/overworld.asm. 2020-04-10 10:48:29 -04:00
entrpntr
9b816713e1 Remove empty banks and clean up main.asm before continuing. 2020-04-08 20:08:22 -04:00
entrpntr
0e8b4603dd Add engine/battle/ai/[move|redundant|switch].asm. 2020-04-08 10:32:01 -04:00
entrpntr
1413f4ee55 Add engine/battle/read_trainer_[attributes|party].asm. 2020-04-08 09:09:04 -04:00
entrpntr
8df3c3f15b Add engine/battle/ai/scoring.asm. 2020-04-08 00:10:24 -04:00
entrpntr
7b003316f8 Add data/moves/effects.asm. 2020-04-07 18:16:14 -04:00
entrpntr
a8d30a0d2d Add engine/battle/ai/items.asm. 2020-04-07 12:30:35 -04:00
entrpntr
07a5cc60d0 Add unnamed.py and update for rgbds v0.4.x before continuing. 2020-04-06 14:48:14 -04:00
entrpntr
d46fcef6bc A modest bit of cleanup before continuing. 2020-04-05 20:14:37 -04:00
entrpntr
43182b4a89 Create PNGs for remaining gfx binary files. 2020-04-05 05:49:10 -04:00
entrpntr
f8518cf485 Add gfx helper code for mail; add PNGs to repo. 2020-04-05 04:45:00 -04:00
entrpntr
07434c8f86 Fix gfx code, generate pngs for pokemon/trainers and add to repo. 2020-04-02 16:49:57 -04:00
entrpntr
48e0d17b6a Finish disassembling bank $2e, miscellaneous pics cleanup. 2020-04-02 01:36:09 -04:00
entrpntr
90cdd19ae8 Use linkerscript for bank $2e, disassemble some stuff after pics. 2020-04-01 17:34:49 -04:00
entrpntr
95d7d56581 Disassemble pic banks. 2020-03-31 14:39:28 -04:00
entrpntr
93578c2ffd Update hram and engine/gfx/load_pics before continuing. 2020-03-25 16:49:39 -04:00
entrpntr
ca12e16b29 Disassemble load_pics.asm and move_mon_wo_mail.asm in bank $14. 2020-03-25 15:10:21 -04:00
entrpntr
14fb37e810 Update documentation. 2020-03-22 20:57:49 -04:00
entrpntr
db8db97aa3 Clean up makefile, submodules, root dir; Python 3 compatibility. 2020-03-22 18:37:40 -04:00
entrpntr
1589023749 Clean up wram constants and bad address labels/comments. 2020-03-22 13:13:22 -04:00
entrpntr
e67786a7a2 Cleanup of files for banks $02 and $03 for main.asm. 2020-03-17 16:20:00 -04:00
entrpntr
c248b30aa7 Cleanup of files for banks $01 and $04 for main.asm. 2020-03-17 15:23:39 -04:00
entrpntr
d7327a6494 Cleanup macros before continuing. 2020-03-17 14:36:59 -04:00
entrpntr
2101159b63 Some cleanup before continuing. 2020-03-17 11:55:02 -04:00
entrpntr
ef87a4f626 Finish disassembling bank $04. 2020-03-17 11:50:16 -04:00
entrpntr
e3b53fa1b8 Fill in a lot of missing bank $04 code. 2020-03-17 11:47:47 -04:00
entrpntr
1e0807e4bf Itemfinder routines and labels. 2020-03-17 11:03:16 -04:00
libjet
6231351906 Sync home/ with pokecrystal 2020-03-16 00:44:13 +00:00
libjet
4ad17cc30e Fix the sections in home/header.asm 2020-03-15 01:26:28 +00:00
libjet
4050f252cd Create home/header.asm 2020-03-15 00:59:43 +00:00
libjet
e81df1886a Merge files into pokemon.asm, battle.asm and menu.asm 2020-03-15 00:51:21 +00:00
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