mirror of
https://github.com/pret/pmd-red.git
synced 2026-07-19 01:11:30 -05:00
code_8042B34 decompiled
This commit is contained in:
parent
ea1013ee85
commit
1012d7d12e
|
|
@ -1,9 +0,0 @@
|
|||
#include "asm/constants/gba_constants.inc"
|
||||
#include "asm/macros.inc"
|
||||
|
||||
.syntax unified
|
||||
|
||||
.text
|
||||
|
||||
|
||||
.align 2, 0
|
||||
|
|
@ -108,6 +108,11 @@ static inline bool8 PokemonFlag2(PokemonStruct1 *mon)
|
|||
return (((mon->unk0 >> 1) & 1));
|
||||
}
|
||||
|
||||
static inline bool8 IsMonTeamLeader(PokemonStruct1 *pokemon)
|
||||
{
|
||||
return pokemon->isTeamLeader != FALSE;
|
||||
}
|
||||
|
||||
#include "constants/dungeon.h"
|
||||
|
||||
static inline bool8 IsMonPartner(PokemonStruct1 *mon)
|
||||
|
|
|
|||
|
|
@ -215,7 +215,6 @@ SECTIONS {
|
|||
asm/code_8041AD0.o(.text);
|
||||
src/code_804267C.o(.text);
|
||||
src/code_8042B34.o(.text);
|
||||
asm/code_8042B34.o(.text);
|
||||
src/dungeon_engine.o(.text);
|
||||
asm/code_8044210.o(.text);
|
||||
src/dungeon_action.o(.text);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user