diff options
Diffstat (limited to 'data/box_party_pokemon_dropdown.s')
-rw-r--r-- | data/box_party_pokemon_dropdown.s | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/data/box_party_pokemon_dropdown.s b/data/box_party_pokemon_dropdown.s new file mode 100644 index 000000000..929aa6ab5 --- /dev/null +++ b/data/box_party_pokemon_dropdown.s @@ -0,0 +1,10 @@ +#include "constants/region_map.h" +#include "constants/flags.h" +#include "constants/moves.h" + .include "asm/macros.inc" + .include "constants/constants.inc" + .section .rodata + .align 2 + +gUnknown_841F4B4:: @ 841F4B4 + .incbin "baserom.gba", 0x41f4b4, 0x20 |