Commit Graph

1384 Commits

Author SHA1 Message Date
DizzyEggg
a970083a73 dungeon_action_handler 2025-10-26 17:15:50 +01:00
Seth Barberee
3238d7990b
Merge pull request #456 from DizzyEggg/sub_807167C
Some checks failed
GithubCI / build (push) Has been cancelled
Fix gotos in sub_807167C and some other funcs
2025-10-24 09:09:52 -07:00
Seth Barberee
bb65e37c3c
Merge pull request #454 from DizzyEggg/ground_externs
Clean up externs in ground files
2025-10-24 08:13:25 -07:00
DizzyEggg
2732d38684 Fix gotos in sub_807167C and some other funcs 2025-10-24 13:17:02 +02:00
AnonymousRandomPerson
e99c391738 Renamed PersonalityRelated struct to TeamBasicInfo 2025-10-23 22:22:37 -04:00
AnonymousRandomPerson
2f8344405c Merge branch 'personality_stuff' of https://github.com/jtjanecek/pmd-red 2025-10-23 22:15:28 -04:00
DizzyEggg
05d70f94ee textbox externs 2025-10-23 16:43:08 +02:00
DizzyEggg
4d11518c21 ground map externs 2025-10-23 15:59:41 +02:00
DizzyEggg
46065e5899 ground map includes 2025-10-23 15:53:08 +02:00
DizzyEggg
32f1d3bd07 ground weather 2025-10-23 11:52:22 +02:00
DizzyEggg
7b5748676c ground main includes 2025-10-21 20:17:09 +02:00
DizzyEggg
c6273139e6 code 809D148 externs 2025-10-21 16:08:24 +02:00
DizzyEggg
3b789a37c1 ground_script externs 2025-10-21 15:40:41 +02:00
DizzyEggg
1e49003ec9 ground object externs 2025-10-21 14:56:12 +02:00
DizzyEggg
1ba6dd86c7 ground effect externs 2025-10-21 14:13:57 +02:00
DizzyEggg
782e0b817b ground sprite ground lives externs 2025-10-21 12:39:54 +02:00
DizzyEggg
5a7cc59e83 start cleaning up ground lives header 2025-10-21 10:42:13 +02:00
DizzyEggg
d3fb261c88 clean up externs in code 8041AD0 2025-10-17 16:42:53 +02:00
DizzyEggg
912203077f dungeon mon recruit sprite render 2025-10-17 15:20:41 +02:00
DizzyEggg
37193ed879 document rename dungeon files 2025-10-17 13:44:18 +02:00
DizzyEggg
cc1fe55866 dungeon entity movement 2025-10-15 21:02:29 +02:00
DizzyEggg
4d7aa4889b move orb effects 4 5 2025-10-06 14:10:58 +02:00
DizzyEggg
5320c7444a move orb effects 3 2025-10-06 13:54:44 +02:00
DizzyEggg
1c0b0731e2 move orb effects 1 2025-10-06 13:42:04 +02:00
DizzyEggg
9f571c0d94 include file for move orb effects 2 2025-10-06 13:17:09 +02:00
DizzyEggg
5b9295e6cf remove some externs, dungeon_monster_house.c 2025-10-06 12:44:13 +02:00
darsh
209412c17e use floor number instead of boss name 2025-10-01 19:49:45 -04:00
darsh
cd6acf19a5 rename DUNGEON_MUS_UNUSED_ to DUNGEON_MUS_INDEX_ 2025-10-01 19:47:48 -04:00
darsh
ca1e96d768 use enums for music IDs and dungeon music pointers 2025-10-01 19:37:26 -04:00
Darsh
0f33901aa1
Merge branch 'master' into staged-updates-2 2025-10-01 17:42:55 -04:00
Seth Barberee
7d7b81714c
Merge pull request #447 from itsdarsh/staged-updates-3
Enumerate fixed room constants and rename IsBossFight() to IsFloorwideFixedRoom()
2025-10-01 14:25:48 -07:00
darsh
24a3f0ad19 IsBossFight() -> IsFloorwideFixedRoom() 2025-10-01 15:52:03 -04:00
darsh
08da5d5cf5 add and use fixed room constants 2025-10-01 15:50:46 -04:00
darsh
cf51a85f3e convert weather constants to enum 2025-10-01 02:45:27 -04:00
darsh
9b3eff4847 Document floorProps->enemyDensity bug 2025-09-30 13:41:30 -04:00
darsh
9201177a94 unk15 -> standaloneLakeDensity 2025-09-30 12:39:10 -04:00
darsh
5c07eed98f update comment 2025-09-29 23:52:41 -04:00
darsh
72851fb047 update member names of FloorProperties struct 2025-09-29 23:39:07 -04:00
John Janecek
fece489ac8 add read/write basic info 2025-09-27 14:37:45 -06:00
John Janecek
5d7ec3e110 update naming, merge from main 2025-09-27 12:37:21 -06:00
darsh
09bba34428 fix ITEM_TM_VACUUM_CUT and ITEM_HAIL_ORB labels 2025-09-26 01:34:59 -04:00
John Janecek
12d99d0f29 Add sine-wobble code to effects 2025-09-24 11:16:29 -06:00
Electro
462e83f8d2 Identify special move IDs, some move effect documentation, identify some unkStruct_80BDBC4 and unkStruct_80C183C fields 2025-09-12 17:04:27 +01:00
AnonymousRandomPerson
123d35fbbc
Merge pull request #438 from ElectroDeoxys/master
Some checks failed
GithubCI / build (push) Has been cancelled
Document dungeon belly functions/exit reasons, identify struct fields
2025-09-06 00:25:57 -04:00
Electro
723e83f451 Label defeatedByPrefix, rename some dungeonExitReason variables 2025-09-05 20:15:49 +01:00
Electro
675aea42d9 Create constant files for dungeon exit reasons and residual damage types, label some magic numbers, misc fixes 2025-09-05 19:28:02 +01:00
AnonymousRandomPerson
d79f7dd0cc
Merge pull request #437 from PikalaxALT/dism-effect-sbin
Some checks are pending
GithubCI / build (push) Waiting to run
Effect bg/ob to C
2025-09-05 09:45:53 -04:00
ElectroDeoxys
333be4720d Document dungeon belly functions/exit reasons, identify struct fields 2025-09-02 22:31:11 +01:00
PikalaxALT
0feae19583
Rename Struct_8009A7C --> EfbFileData 2025-08-30 22:37:04 -04:00
PikalaxALT
71d6841cde
Dump efob 2025-08-30 22:12:02 -04:00