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
PikalaxALT
136464ce94
Update Makefile rules to correctly detect changes in berry fix mb
2019-10-04 13:28:48 -04:00
PikalaxALT
f64421dd8c
Remove hardcoded gap
2019-07-12 17:11:27 -04:00
PikalaxALT
231b2aeb83
Foundation to support LG, Rev1 in the future
2019-07-04 11:40:05 -04:00
PikalaxALT
ba0fe59140
Fix building and update build instructions
2019-06-21 20:47:44 -04:00
PikalaxALT
7eeba327bd
Dump items and start decomp item_use
2019-06-19 18:28:55 -04:00
PikalaxALT
b624de76db
item_pc: through sub_810DE94
2019-06-16 16:55:40 -04:00
garak
e66ebaa1f5
move pokemon graphics to mon-specific directories
2019-05-23 11:49:58 -04:00
PikalaxALT
ee354901a6
Fix makefile and add font6 rule
2019-05-19 16:32:00 -04:00