Commit Graph

1213 Commits

Author SHA1 Message Date
PikalaxALT 5f62529525 Match alignment of slot_machine.c in leafgreen 2019-12-20 09:06:52 -05:00
PikalaxALT c8944b1adc lg pokedex text; lg slot_machine gfx 1 2019-12-19 20:10:48 -05:00
PikalaxALT 53396e7957 Alignment get in title_screen rodata 2019-12-19 19:24:44 -05:00
PikalaxALT d5c4f4429a More LG matching 2019-12-19 15:27:35 -05:00
PikalaxALT 18139c4aa4 Resolve remaining FRLG code differences 2019-12-19 14:51:18 -05:00
PikalaxALT f6cdd87633 Match LG title_screen code maybe 2019-12-19 14:42:33 -05:00
PikalaxALT 969efabaf5 Merge pull request #184 from jiangzhengwenjz/nonmatching
fake match sub_804C728 & sub_804CF14; fix build with NONMATCHING defined
2019-12-19 13:39:38 -05:00
PikalaxALT dd0da2484f Match FireRed Rev1 2019-12-19 10:23:05 -05:00
jiangzhengwenjz 84d9a1e723 sub_804C728; sub_804CF14 2019-12-19 13:43:11 +08:00
PikalaxALT 1226dfd946 Match rev1 intro.c maybe 2019-12-18 22:17:14 -05:00
PikalaxALT ae881a3623 Start implementing LG and 1.1 2019-12-18 16:43:24 -05:00
garak f30a6c7ac6 use new gfx constants for fldeffs 2019-12-17 22:26:38 -05:00
garak 8ee35bc615 *actual* final pass at unifying on object event 2019-12-17 21:35:09 -05:00
garak fabe354c01 final pass at unifying on object event 2019-12-17 20:16:40 -05:00
garak ddaa88390e eventobject -> objectevent take 3 2019-12-17 18:49:34 -05:00
garak 4668d17866 dump leftover subsprite tables 2019-12-17 15:05:23 -05:00
garak 7a0edab573 fix rebase conflicts 2019-12-17 15:05:23 -05:00
garak 46a8b0fb29 finish object event rename 2019-12-17 15:05:23 -05:00
garak 36b2301fd2 mostly standardize to object event to prep for disassembly 2019-12-17 15:05:23 -05:00
PikalaxALT 3301c8ff1d address review comments 2019-12-14 21:57:25 -05:00
PikalaxALT a4e9475709 sub_81052D0 2019-12-14 11:16:59 -05:00
PikalaxALT 6ea4a7a40c sub_81051F0 2019-12-13 15:15:48 -05:00
PikalaxALT be8b7a6f13 through sub_81051D0 2019-12-13 14:55:19 -05:00
PikalaxALT e38355d255 through sub_8104EC0 2019-12-13 10:50:31 -05:00
PikalaxALT 2b2e3dc3e7 through sub_8104C2C 2019-12-13 09:37:46 -05:00
PikalaxALT 5df43761c0 through sub_8104A34 2019-12-12 19:00:42 -05:00
PikalaxALT 1f1b8191e7 through sub_810491C 2019-12-12 16:37:32 -05:00
PikalaxALT cfd4b0a5da nonmatching sub_8104664 2019-12-12 16:07:18 -05:00
PikalaxALT e2a4da3a01 through sub_81042EC 2019-12-11 20:30:09 -05:00
PikalaxALT af1c24b751 Merge branch 'master' of github.com:pret/pokefirered into pokedex_screen 2019-12-11 19:51:51 -05:00
PikalaxALT f12824e3b1 Merge pull request #180 from ghoulslash/trainer-card
Trainer card
2019-12-11 18:20:58 -05:00
Evan b43c48202b trainer card strings definition 2019-12-11 17:10:19 -05:00
PikalaxALT 0d586d304d sub_8103AC8 2019-12-11 17:06:27 -05:00
Evan b0623a44bd update TrainerCardData struct 2019-12-11 14:35:09 -05:00
Evan 9806a60837 finish trainer card matching and data 2019-12-11 11:35:10 -05:00
PikalaxALT f55abfddc5 through sub_8103A40 2019-12-11 11:02:42 -05:00
PikalaxALT 6645ad8ccf Merge branch 'master' of github.com:pret/pokefirered into pokedex_screen 2019-12-10 14:13:41 -05:00
jiangzhengwenjz c609b533d4 sub_815A1F8 2019-12-11 02:47:33 +08:00
PikalaxALT 30f74d1c37 through sub_810345C 2019-12-10 13:27:37 -05:00
PikalaxALT d4314287ae through sub_8102F80 2019-12-10 12:33:19 -05:00
PikalaxALT 0adc6186bc Match sub_810287C 2019-12-09 20:03:05 -05:00
PikalaxALT efb171875c Nonmatching sub_810287C; annotate rodata 2019-12-09 16:26:22 -05:00
PikalaxALT 9d70b8a4d9 Merge branch 'master' of github.com:pret/pokefirered into pokedex_screen 2019-12-09 08:59:59 -05:00
PikalaxALT f21b113bc6 Merge pull request #177 from ghoulslash/battle-anim
battle_anim*
2019-12-07 20:20:57 -05:00
Evan 88fae7ed40 fix static var names 2019-12-07 18:09:22 -07:00
Evan cb1e4ab326 update static declarations 2019-12-06 22:44:15 -07:00
PikalaxALT 7871a505b3 pokedex_screen through sub_810250C 2019-12-06 16:57:33 -05:00
ghoulslash 71f3d258ea Merge pull request #1 from jiangzhengwenjz/battle-anim
real match AnimTask_SnatchOpposingMonMove
2019-12-06 13:48:32 -07:00
jiangzhengwenjz cb6830bab3 AnimTask_SnatchOpposingMonMove 2019-12-07 03:12:55 +08:00
Evan af24633bf3 init branch 2019-12-05 18:47:01 -07:00