Commit Graph

1402 Commits

Author SHA1 Message Date
PikalaxALT 6c209e32a8 trade.c static symbols 2019-10-30 14:23:33 -04:00
PikalaxALT f6d768d5ed Trade data; split off trade_scene 2019-10-30 14:20:32 -04:00
PikalaxALT 2c2c179eb9 Finish trade code 2019-10-30 12:49:16 -04:00
PikalaxALT 265f8b5b25 trade through sub_8053E1C; dynamic sys flags start idx 2019-10-30 11:16:26 -04:00
PikalaxALT 0f0fb927a9 Port sub_805232C 2019-10-30 06:36:12 -04:00
PikalaxALT e7a66b2941 port sub_8050F3C 2019-10-29 21:29:10 -04:00
PikalaxALT e9592bee5d Finish sub_8050968 2019-10-29 20:28:17 -04:00
PikalaxALT 316337b031 trade partway through sub_8050968 2019-10-29 17:05:56 -04:00
PikalaxALT ce5c3fdd77 Trade through sub_804FFE4 2019-10-29 12:58:40 -04:00
PikalaxALT a1ec6ccff1 Port through sub_804FE00 2019-10-29 11:40:48 -04:00
PikalaxALT 4c5e645e90 trade port through sub_804FA14 2019-10-29 11:02:57 -04:00
PikalaxALT b07899b2d2 Remove unused header 2019-10-28 20:39:06 -04:00
PikalaxALT 4e296b8777 trade through sub_804EED4 2019-10-28 16:31:59 -04:00
PikalaxALT efe914a5ba trade through sub_804E944 2019-10-28 15:55:57 -04:00
PikalaxALT e9cf9fc104 port shedinja_maker_maybe; resolve within-array party pointers 2019-10-28 12:16:01 -04:00
PikalaxALT a5ff9f2d00 trade through sub_804D814 2019-10-28 11:15:08 -04:00
PikalaxALT b290a1a570 trade through sub_804D694 2019-10-28 10:43:57 -04:00
PikalaxALT 3710c0a370 Nonmatching sub_804CF14 2019-10-28 10:23:51 -04:00
PikalaxALT 47534a1471 Merge branch 'master' of github.com:pret/pokefirered into trade 2019-10-27 20:52:55 -04:00
PikalaxALT 922411abeb Merge pull request #136 from PikalaxALT/pokeball_trade_dump
Pokeball and Trade data dump
2019-10-27 20:43:47 -04:00
PikalaxALT b0a6be811f Bump baserom.ips 2019-10-27 17:37:19 -04:00
PikalaxALT 17b99d2d0b These pals actually span the whole 0x200 bytes maybe 2019-10-27 17:36:46 -04:00
PikalaxALT 6e221e478a Disassemble trade data 2019-10-27 17:14:28 -04:00
PikalaxALT 527024d14b Disassemble trade data, 1 2019-10-26 20:08:14 -04:00
PikalaxALT f52f76aeb6 Dump pokeball data, split data/data.s 2019-10-26 19:19:03 -04:00
PikalaxALT b1d7bd24aa Merge pull request #135 from PikalaxALT/more_data_dump
More data dump
2019-10-26 15:38:10 -04:00
PikalaxALT 743c01fd7e trivial baserom resolve 2019-10-26 15:28:06 -04:00
PikalaxALT b7e4372f54 Dump more gfx 2019-10-26 15:25:21 -04:00
PikalaxALT 320dbd01a8 Dump and split battle_interface data 2019-10-26 15:18:15 -04:00
PikalaxALT b8e5637be0 Dump and split data/battle_bg.s 2019-10-26 11:43:25 -04:00
PikalaxALT a64503e744 Update br_ips to generate an empty patch when no hunks are found 2019-10-26 10:41:31 -04:00
PikalaxALT f10d7d01c5 Merge pull request #133 from PikalaxALT/script_menu
Script menu
2019-10-26 10:30:42 -04:00
PikalaxALT 680e03618a Bump baserom.ips 2019-10-26 10:24:35 -04:00
PikalaxALT 93f0703fcd Merge branch 'master' of github.com:pret/pokefirered into script_menu 2019-10-26 10:23:13 -04:00
PikalaxALT 1f569f0136 Merge pull request #134 from jiangzhengwenjz/sub_8115748
real match sub_8115748
2019-10-26 06:46:02 -04:00
PikalaxALT eafb77fbb9 Merge pull request #125 from jiangzhengwenjz/battle
battle (3rd take)
2019-10-26 06:45:00 -04:00
jiangzhengwenjz 0ae4d58e98 resolve more review comments 2019-10-26 11:51:43 +08:00
jiangzhengwenjz bc61968e1b sub_8115748 2019-10-26 10:23:46 +08:00
jiangzhengwenjz d99119bad5 rename battle_bg.s 2019-10-26 07:55:16 +08:00
jiangzhengwenjz 1481f9e819 resolve review comments 2019-10-26 06:03:42 +08:00
PikalaxALT fd78afa5a7 Name remaining static routines in script_menu.c 2019-10-25 17:11:31 -04:00
PikalaxALT 4b052a2040 Resolve review comments 2019-10-25 17:01:05 -04:00
PikalaxALT 52ce0f21c6 Name strings for leafgreen mon prizes 2019-10-25 15:06:19 -04:00
PikalaxALT 2fce740005 Name strings used in field_specials 2019-10-25 14:59:46 -04:00
PikalaxALT 359ec8dde1 Name multichoice menus 2019-10-25 14:52:54 -04:00
PikalaxALT 15298c6cd1 Fix some string names 2019-10-25 14:01:40 -04:00
PikalaxALT d33509ec93 script_menu name strings 2019-10-25 13:56:01 -04:00
PikalaxALT 1f73aff8f4 script_menu static funcs and vars 2019-10-25 13:41:57 -04:00
jiangzhengwenjz 1230a5c48a clean up 2019-10-26 01:31:50 +08:00
PikalaxALT 00675eaafb script_menu data 2019-10-25 13:23:46 -04:00