Commit Graph

1737 Commits

Author SHA1 Message Date
DizzyEggg
4a5fd910aa dungeon generation is finished 2024-11-19 12:39:41 +01:00
DizzyEggg
0843612de4 start sub_8051A74 2024-11-18 21:13:57 +01:00
DizzyEggg
9c461115bb GenerateFloor matched 2024-11-18 17:16:24 +01:00
DizzyEggg
378a00c510 ResetInnerBoundaryTileRows 2024-11-18 15:36:03 +01:00
DizzyEggg
361d20a623 merge with master 2024-11-18 12:00:41 +01:00
DizzyEggg
ad8c36c679 sub_8051438 2024-11-18 11:22:12 +01:00
DizzyEggg
5fcb028d81 some unknown, maybe fixed floors dung generation 2024-11-18 09:27:57 +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
Some checks are pending
GithubCI / build (push) Waiting to run
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
Some checks are pending
GithubCI / build (push) Waiting to run
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
DizzyEggg
973838de7a sub_805124C 2024-11-15 15:35:02 +01:00
DizzyEggg
cf71f88356 StairsAlwaysReachable 2024-11-15 13:17:41 +01:00
AnonymousRandomPerson
5f48654c20 Sync some dungeon vars names with Sky 2024-11-15 00:00:57 -05:00
DizzyEggg
799ea6a5c6 GenerateSecondaryTerrainFormations failed attempt 2024-11-14 15:05:08 +01:00
DizzyEggg
cb5242ba6c SpawnNonEnemies 2024-11-12 17:41:53 +01:00
DizzyEggg
a71b26de35 rename unk4 to spawnOrVisibilityFlags 2024-11-12 13:23:47 +01:00
DizzyEggg
102403cd9a decompile dungeon_generation 2024-11-12 12:30:12 +01:00
DizzyEggg
f97df99fdf IsNextToHallway 2024-11-12 10:14:06 +01:00
DizzyEggg
366690ced9 GenerateMonsterHouse 2024-11-11 21:44:55 +01:00
DizzyEggg
445f0a84e2 GenerateKecleonShop 2024-11-11 21:01:00 +01:00
DizzyEggg
ad0f0f4050 SetTerrainObstacleChecked 2024-11-11 17:01:04 +01: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
DizzyEggg
05c4525ad3 CreateGridCellConnections 2024-11-11 11:21:40 +01: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