cawtds
7200d3d552
debug menu
2024-06-19 16:58:28 +02:00
cawtds
1294ea6d66
fixed last warning, reenabled -Werror
2024-06-16 19:03:57 +02:00
cawtds
b44c8264d2
m4a_tables.c and mini_printf warnings
2024-06-14 23:09:29 +02:00
cawtds
a5332b0eed
removed revision and game language
2024-06-14 22:52:58 +02:00
cawtds
74c82505a5
fixed givemon, adjusted makefile to allow leafgreen again, fixed bugs introduced with test framework
2024-06-09 03:08:36 +02:00
cawtds
2f6a832875
implemented test framework semi-functional
2024-06-08 03:15:53 +02:00
cawtds
c2e0ab5d73
Rtc implementation ( #5 )
...
added RTC and fixed time based evolutions
2024-05-05 14:20:30 +02:00
cawtds
5a72d6a155
enabled all species, padding to 32mb
2024-05-04 12:43:10 +02:00
Sophia
cb6409224f
Remove unnecessary linker script preprocessing
...
The previous build process ran sed against the linker scripts twice:
once to replace <X> with the contents of sym_x.ld, a second time to
correct any paths referencing tools/.
The first can be replaced with INCLUDE commands, as was done in
pret/pokeemerald@7c57699 (in 2018).
The second has been unnecessary since 942c248 (also 2018).
With both of these removed there is no longer a need to have a build
step for them, and $(ELF) can take the sym_x.ld files as prerequisites
instead.
2023-05-22 07:53:28 +01:00
GriffinR
536f40b386
Sync cries with pokeemerald
2022-09-22 14:36:16 -04:00
GriffinR
a3c2108af7
Sync battle anim - flying, header cleanup
2022-08-18 14:20:25 -04:00
GriffinR
4643644d7f
Update Makefile to not require gcc-arm-none-eabi
2022-03-15 13:03:12 -04:00
GriffinR
cf41c78370
Remove berry fix
2022-01-15 13:03:36 -05:00
PikalaxALT
69aac07cc1
Fix default mid2agb Makefile rule
2021-09-01 17:11:58 -04:00
PikalaxALT
3116ec6375
Fix regex error
2021-06-18 12:53:27 -04:00
PikalaxALT
f6b0bd9368
Symplifi symfiles
2021-06-16 14:44:52 -04:00
PikalaxALT
cc52b97294
Force tools to build in GH Actions
2021-06-15 16:14:06 -04:00
PikalaxALT
784e7a1502
Symfile no longer part of all target
2021-06-15 15:13:16 -04:00
PikalaxALT
250b53f85c
Create symfiles on build
2021-06-15 10:27:16 -04:00
PikalaxALT
44dc1a473c
Replace -mtune/march with -mcpu\n\nI know, Shoo me(r)
2021-05-07 13:12:28 -04:00
PikalaxALT
2a8a37b4b6
Remove disused variable LIBSUBDIR
2021-05-06 14:42:01 -04:00
PikalaxALT
961e6e938f
Fix for when devkitARM not installed
2021-04-20 20:07:02 -04:00
PikalaxALT
1eecfb308c
Full support for modern ARM toolchains
2021-04-20 18:35:43 -04:00
PikalaxALT
56f62d6d66
Clean target now deletes the modern builds too
2021-03-24 08:33:37 -04:00
GriffinR
bf6e80850c
Sync Berry Fix makefiles with pokeemerald
2021-03-10 17:19:11 -05:00
Seth Barberee
897290a93e
Add -DINFO
...
Popped up in discord channel so adding it here
2021-03-03 16:41:50 -08:00
GriffinR
9d20f55a58
Move 'source' asm files to src
2021-01-19 01:54:14 -05:00
GriffinR
8e8677f1e4
Update Makefile for scaninc
2021-01-19 01:19:19 -05:00
luckytyphlosion
bc143a695d
Initial work on pokemon_summary_screen.c
2020-06-14 16:08:21 -04:00
luckytyphlosion
e2eb17dcbd
Merge branch 'master' of https://github.com/pret/pokefirered
2020-06-13 13:40:57 -04:00
luckytyphlosion
ed41e2b95e
Add readelf.py for extracting syms.
2020-04-25 10:57:24 -04:00
fieldy101
5bae643f67
Update build arguments
2020-04-23 14:10:28 +10:00
PikalaxALT
b2e8e02364
Use actual filename/lineno in AGBAssert calls for modern
2020-04-06 15:13:47 -04:00
PikalaxALT
f15a705021
Resolve compile warnings in modern
2020-04-05 13:07:40 -04:00
PikalaxALT
cc3419eff7
Get pokefirered_modern to build
2020-04-04 12:58:08 -04:00
GriffinR
55f9028383
Reorient object event sprites to horizontal
2020-03-29 11:48:01 -04:00
PikalaxALT
7e894aa4d0
Decompile librfu_intr against agbcc_arm
2020-01-31 09:26:00 -05:00
PikalaxALT
feeb96f20f
Revert agbcc dependency to pret master
2020-01-15 11:32:24 -05:00
PikalaxALT
6f803f04f0
No need to explicitly define RM in Makefile
2019-12-21 10:40:22 -05:00
PikalaxALT
aa6618a597
Fix make clean
2019-12-21 10:20:00 -05:00
PikalaxALT
9f604fe56c
Merge pull request #189 from jiangzhengwenjz/nonmatching
...
fake match sub_815DC8C
2019-12-20 14:52:34 -05:00
jiangzhengwenjz
487d45ce89
sub_815DC8C
2019-12-20 07:20:35 +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
PikalaxALT
3f7c66703b
Dump wild_encounter data to C/JSON
2019-10-31 20:05:10 -04:00
jiangzhengwenjz
ff795fa834
Merge branch 'master' into battle
2019-10-12 11:55:37 +08:00
jiangzhengwenjz
c46e6fa3d9
flying
2019-10-12 11:46:11 +08:00
PikalaxALT
55353e0023
Port songs from Emerald (nonmatching)
2019-10-10 17:15:59 -04:00
PikalaxALT
44b5d84a84
Better rule order for berry_fix
2019-10-04 16:28:32 -04:00
PikalaxALT
7e8bff29bb
review comments; br_ips std=c99
2019-10-04 15:45:26 -04:00