Commit Graph

1711 Commits

Author SHA1 Message Date
DizzyEggg
a09c6d42e7 Match sub_8007AA4 and DecompressATGlobal 2024-11-18 09:39:17 +01:00
AnonymousRandomPerson
4e10317625
Merge pull request #256 from mateon1/blegh
Some checks failed
GithubCI / build (push) Has been cancelled
WIP
2024-11-16 15:53:59 -05:00
Mateon1
a9ff59b103
Clean up related Tile stuff 2024-11-16 19:43:17 +01:00
Mateon1
8103f5e693
Address review comments 2024-11-16 19:43:17 +01:00
Mateon1
f8f076d14d
Clean up some script stuff, based on blue ROM 2024-11-16 19:43:17 +01:00
Mateon1
9ab3ae9aaa
Math refactoring/cleanup 2024-11-16 19:43:17 +01:00
Mateon1
4c8a8f4b30
GetTile -> const Tile* 2024-11-16 19:43:16 +01:00
Mateon1
8ba2124f1e
Rename Positions 2024-11-16 19:42:40 +01:00
Mateon1
f46866840c
Move CompactPos struct to common header 2024-11-16 19:42:19 +01:00
Mateon1
bba6da7537
Convert callers to s24_8, use struct for type safety 2024-11-16 19:42:19 +01:00
Mateon1
1912820813
math cleanup 2024-11-16 19:41:48 +01:00
Mateon1
2e61c49bdf
Rename 8-byte fixpoint 2024-11-16 19:41:48 +01:00
Mateon1
56d2e0db9a
Gitignore symbol dumps 2024-11-16 19:41:48 +01:00
Mateon1
8710494e40
Fix asmdiff without devkitARM 2024-11-16 19:41:47 +01:00
Seth Barberee
07e740f2e3
Merge pull request #259 from AnonymousRandomPerson/master
Synced some dungeon symbol names with Sky
2024-11-16 09:23:57 -08:00
AnonymousRandomPerson
082fb078dc Merge branch 'master' of https://github.com/pret/pmd-red 2024-11-16 12:18:40 -05:00
AnonymousRandomPerson
a91629769c
Merge pull request #255 from Kermalis/serialization
Dungeon/Adventure Serialization
2024-11-16 03:01:20 -05:00
AnonymousRandomPerson
583b4df544 Rename statuses and activePokemon 2024-11-15 22:43:04 -05:00
Kermalis
04d4fb7878 Fix 32bit reads/writes 2024-11-15 19:21:24 -05:00
Kermalis
d7fbd95975 Update pokemon.h 2024-11-15 16:54:26 -05:00
Kermalis
e8ae8d8b73 Update personality_test1.h 2024-11-15 16:36:14 -05:00
Kermalis
7506f05cb8 Update code_8097670.h 2024-11-15 16:30:57 -05:00
Kermalis
de1e9dcb08 Clean common strings and personality test 1 2024-11-15 16:13:01 -05:00
AnonymousRandomPerson
5f48654c20 Sync some dungeon vars names with Sky 2024-11-15 00:00:57 -05:00
Kermalis
5226eab539
Merge branch 'master' into serialization 2024-11-11 10:18:26 -05:00
Kermalis
248d1c633c Update code_80450F8.c 2024-11-11 10:16:38 -05:00
Kermalis
875e3fefa1 Complete code_80450F8.s 2024-11-11 10:13:58 -05:00
Kermalis
0df055bcc6 Replace EntTrapInfo with Trap 2024-11-10 22:51:33 -05:00
Seth Barberee
442877916d
Merge pull request #257 from mateon1/charmap
Some checks failed
GithubCI / build (push) Has been cancelled
charmap
2024-11-10 18:12:37 -08:00
Kermalis
afa4b04abc axObject info union 2024-11-10 19:43:27 -05:00
Kermalis
2ec9296cc5 Rename nullsub_102 2024-11-10 19:03:09 -05:00
Kermalis
c3cd344ad9 Fix WriteMonster weirdmatch 2024-11-10 18:33:47 -05:00
Kermalis
fa08c0e691 dungeon_serializer.c 2024-11-10 15:11:07 -05:00
Mateon1
ad9688cebf
Fix inconsistent rebuilding 2024-11-10 19:04:48 +01:00
Mateon1
484e6b126d
Unswap incorrect kana 2024-11-10 18:34:23 +01:00
Mateon1
3019420318
charmap 2024-11-10 18:11:27 +01:00
Kermalis
ab90cf0500 gDungeon->unk644 2024-11-09 10:35:16 -05:00
Kermalis
15b4b39ff7 Match sub_80948E4 2024-11-09 03:22:29 -05:00
Kermalis
c6d89036bb Fix GetBaseSpeciesNoUnown fakematch 2024-11-09 02:53:48 -05:00
Kermalis
dbb9f3983d Fix this annoying bs 2024-11-09 02:31:15 -05:00
AnonymousRandomPerson
47a6cc3176
Merge pull request #254 from Kermalis/names
Some checks failed
GithubCI / build (push) Has been cancelled
Names
2024-11-07 13:23:07 -05:00
Kermalis
ddcf8f59a2 Update code_8042B34.c 2024-11-07 13:14:54 -05:00
Kermalis
d96bb4a9aa Names 2024-11-07 13:06:53 -05:00
AnonymousRandomPerson
8152820e76
Merge pull request #252 from Kermalis/math
Some checks are pending
GithubCI / build (push) Waiting to run
math.s
2024-11-06 13:10:33 -05:00
Kermalis
e6f00864bd sin_abs_4096 -> sin_4096 2024-11-06 12:54:01 -05:00
Kermalis
5623e4e028 Merge with huevo 2024-11-06 05:17:28 -05:00
Kermalis
459f262817 Merge branch 'master' into math 2024-11-06 05:08:10 -05:00
AnonymousRandomPerson
d90cc87f1a
Merge pull request #251 from DizzyEggg/code_806E8B0
Some checks are pending
GithubCI / build (push) Waiting to run
code_806E8B0
2024-11-05 18:53:21 -05:00
Kermalis
c0872f639c Finish code_8044CC8.s 2024-11-05 10:50:03 -05:00
Kermalis
723475af05 Fix fakematch cuz Mateon 2024-11-05 10:41:40 -05:00