mirror of
https://github.com/zeldaret/mm.git
synced 2026-05-23 15:01:32 -04:00
General Cleanup 11 (#992)
* char -> UNK_TYPE1
* SubS fixes
* func_800B8500
* macros
* misc
* A few more GET_{ACTOR} vs {ACTOR}_GETw
* More Macros
* fix
* PARSE_TYPE -> GET_TYPE
* 1 more
This commit is contained in:
+1
-1
@@ -49,7 +49,7 @@ s32 Snap_RecordPictographedActors(PlayState* play) {
|
||||
// Actors which may be pictographed anywhere
|
||||
switch (actor->id) {
|
||||
case ACTOR_EN_KAKASI:
|
||||
if (GET_KAKASI_ABOVE_GROUND(actor) == 1) {
|
||||
if (KAKASI_GET_ABOVE_GROUND(actor) == 1) {
|
||||
seen |= PICTO_SEEN_ANYWHERE;
|
||||
break; //! @bug break is inside conditional, meaning it falls through if it is false
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user