Dump wild encounter tables
This commit is contained in:
BIN
Binary file not shown.
+3
-4
@@ -1,13 +1,12 @@
|
|||||||
|
#include "constants/maps.h"
|
||||||
|
#include "constants/species.h"
|
||||||
.include "asm/macros.inc"
|
.include "asm/macros.inc"
|
||||||
.include "constants/constants.inc"
|
.include "constants/constants.inc"
|
||||||
|
|
||||||
.section .rodata
|
.section .rodata
|
||||||
.align 2
|
.align 2
|
||||||
|
|
||||||
.incbin "baserom.gba", 0x3C73A0, 0x2918
|
.include "data/wild_encounters.inc"
|
||||||
|
|
||||||
gWildMonHeaders:: @ 83C9CB8
|
|
||||||
.incbin "baserom.gba", 0x3C9CB8, 0xA64
|
|
||||||
|
|
||||||
gUnknown_83CA71C:: @ 83CA71C
|
gUnknown_83CA71C:: @ 83CA71C
|
||||||
.incbin "baserom.gba", 0x3CA71C, 0xED4
|
.incbin "baserom.gba", 0x3CA71C, 0xED4
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
@@ -265,7 +265,7 @@ static bool32 PokemonInAnyEncounterTableInMap(const struct WildPokemonHeader * d
|
|||||||
return TRUE;
|
return TRUE;
|
||||||
if (PokemonInEncounterTable(data->waterMonsInfo, species, 5))
|
if (PokemonInEncounterTable(data->waterMonsInfo, species, 5))
|
||||||
return TRUE;
|
return TRUE;
|
||||||
if (PokemonInEncounterTable(data->fishingMonsInfo, species, 12))
|
if (PokemonInEncounterTable(data->fishingMonsInfo, species, 12)) // 10
|
||||||
return TRUE;
|
return TRUE;
|
||||||
if (PokemonInEncounterTable(data->rockSmashMonsInfo, species, 5))
|
if (PokemonInEncounterTable(data->rockSmashMonsInfo, species, 5))
|
||||||
return TRUE;
|
return TRUE;
|
||||||
|
|||||||
Reference in New Issue
Block a user