diff options
author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2020-01-16 16:44:36 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-16 16:44:36 -0500 |
commit | 8bdd942c9e087148a4b5c47a990550b2b363250a (patch) | |
tree | 607f18edf36f1d1fef1e2856aef0de47fa81a215 /data | |
parent | 2af612486334cddbbe7a7fe7cf04af175ff1302f (diff) | |
parent | 15f7b5954db9ea6dcc02cd80fb073630e686baae (diff) |
Merge pull request #229 from PikalaxALT/box_party_pokemon_dropdown
box_party_pokemon_dropdown
Diffstat (limited to 'data')
-rw-r--r-- | data/box_party_pokemon_dropdown.s | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/data/box_party_pokemon_dropdown.s b/data/box_party_pokemon_dropdown.s deleted file mode 100644 index 275b53db2..000000000 --- a/data/box_party_pokemon_dropdown.s +++ /dev/null @@ -1,18 +0,0 @@ -#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 - .2byte 0x0100, 0x0100 - .2byte 0x0200, 0x0100 - .2byte 0x0100, 0x0200 - .2byte 0x0200, 0x0200 - - .2byte 0x0080, 0x0080 - .2byte 0x0100, 0x0100 - .2byte 0x0200, 0x0200 - .2byte 0x0400, 0x0400 |