Commit Graph

503 Commits

Author SHA1 Message Date
Seth Barberee
534e604c2a
Merge pull request #305 from DizzyEggg/InitShadowSprites
Match InitShadowSprites and move missing data to pokemon.c
2024-12-20 08:22:07 -08:00
DizzyEggg
e3aacde324 match InitShadowSprites 2024-12-20 14:50:42 +01:00
DizzyEggg
5c3981ec93 decompile code_8272724 iwram text functions 2024-12-20 11:28:05 +01:00
DizzyEggg
29f50511c7 use IWRAM_INIT before function declarations 2024-12-18 12:56:55 +01:00
DizzyEggg
bdae856769 iwram init done 2024-12-18 12:09:22 +01:00
DizzyEggg
0c53d4011f start iwram init 2024-12-18 11:28:07 +01:00
DizzyEggg
69e94917a9 merge ewram init 2024-12-17 16:13:45 +01:00
DizzyEggg
5865a607d8 ewram init merge master 2024-12-17 15:57:28 +01:00
DizzyEggg
3eeaac1d20 sound names and sound data 2024-12-17 14:36:37 +01:00
Seth Barberee
47339753e1
Merge pull request #286 from SethBarberee/dec_2024
Some checks are pending
GithubCI / build (push) Waiting to run
Pokemon.s
2024-12-16 17:13:03 -08:00
DizzyEggg
02c4a74ced seq 0 2024-12-16 21:13:21 +01:00
DizzyEggg
c2a8ee121e get rid of songs incbins 2024-12-16 21:06:28 +01:00
DizzyEggg
bad2cafb96 up to 508 2024-12-16 20:54:36 +01:00
DizzyEggg
9a989c4aa8 fix nonmatching songs 2024-12-16 20:06:24 +01:00
DizzyEggg
dd75d9a445 up to seq50 2024-12-16 18:34:32 +01:00
DizzyEggg
30b316ad9b sound work 2024-12-16 16:55:46 +01:00
DizzyEggg
62ca91f771 Match sub_801F280 2024-12-16 10:38:11 +01:00
Seth Barberee
cd2c46d027 finish off pokemon_3.s thanks to @DizzyEggg 2024-12-15 13:13:17 -08:00
Seth Barberee
ad0ec301b9 move more data to src 2024-12-15 13:13:17 -08:00
Seth Barberee
456dfec6b0 move some data over and nonmatch GetUnitSum 2024-12-15 13:13:17 -08:00
DizzyEggg
0b46886c0b better names for ewram ewram init start end 2024-12-15 21:43:46 +01:00
DizzyEggg
06b1d1d4fc all ewram in rom 2024-12-15 21:39:32 +01:00
DizzyEggg
edd2454349 remove EWRAM_DATA_2 2024-12-15 21:12:36 +01:00
DizzyEggg
d59d39a0d7 sym ewram init.txt 2024-12-15 12:56:22 +01:00
DizzyEggg
ea779d534f start work on ewram init 2024-12-15 12:35:09 +01:00
DizzyEggg
40ceb381ed move reg control vars to ewram, merge with unused vblank 2024-12-14 23:15:43 +01:00
DizzyEggg
76931b997a sync m4a_1.s with pokeemerald and move to src 2024-12-14 19:25:43 +01:00
Seth Barberee
166c388734
Merge pull request #289 from DizzyEggg/code_807E5AC
Some checks failed
GithubCI / build (push) Has been cancelled
code_807E5AC.s and data_80F4E2C.s (and other similar data files)
2024-12-11 19:38:46 -08:00
DizzyEggg
f399e1208b sub_807FA9C 2024-12-10 13:29:22 +01:00
DizzyEggg
c9e26cabec dungeon config done 2024-12-04 18:18:55 +01:00
DizzyEggg
9b490b58e9 more work 2024-12-04 16:32:18 +01:00
DizzyEggg
69925b8b98 dungeon config 2024-12-04 15:43:48 +01:00
DizzyEggg
db1f3b00b1 remove type chart.h 2024-12-04 11:54:20 +01:00
Kermalis
8c99f6d1cd Merge branch 'master' into other-menus 2024-12-04 03:04:03 -05:00
DizzyEggg
96f571e629 dungeon battle data work 2024-12-03 15:53:52 +01:00
DizzyEggg
4938100a3f start code_807E5AC 2024-12-03 13:36:12 +01:00
DizzyEggg
a503a5c186 GroundLink_GetArea GroundLink_GetPos 2024-12-03 10:48:59 +01:00
Seth Barberee
26594b75d4
Merge pull request #284 from DizzyEggg/memory_mid
Some checks are pending
GithubCI / build (push) Waiting to run
2024-12-02 08:07:45 -08:00
DizzyEggg
253108611c remove ground_map_1.c 2024-12-02 16:32:38 +01:00
DizzyEggg
b143e989e0 decompile GroundMap_GetStationScript 2024-12-02 16:28:53 +01:00
DizzyEggg
ad09542cea move const data to memory.s 2024-12-02 13:16:40 +01:00
DizzyEggg
4b2f32bfd2 decompile memory.s 2024-12-02 12:00:19 +01:00
Kermalis
0d8af0446c other_menus2.s 2024-11-30 23:51:57 -05:00
Kermalis
62a0165014 Finish other_menus1.s 2024-11-30 21:20:11 -05:00
DizzyEggg
5f13eee872 use globaldata for random and text 2024-11-30 21:26:49 +01:00
DizzyEggg
9527a3a38e Put const data in text.c 2024-11-30 16:06:02 +01:00
DizzyEggg
d0fb95482c merge text1 text2 2024-11-30 13:59:29 +01:00
DizzyEggg
85981ff23b DoFree 2024-11-29 16:49:41 +01:00
DizzyEggg
2cdb9ea2e4 sub_807AB38 2024-11-29 09:56:09 +01:00
Seth Barberee
33a7303313
Merge pull request #269 from DizzyEggg/sub_80869E4
Some checks are pending
GithubCI / build (push) Waiting to run
Match sub_80869E4 and sub_8002A70 with correct params
2024-11-27 08:51:01 -08:00