diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2017-12-16 11:42:59 +0100 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2017-12-16 11:42:59 +0100 |
commit | f4ab21ee67eb3d254e086c95467ac08b08a6014c (patch) | |
tree | b54ca1eb6800b5c07b94c134e401f2e4ef00dc79 /asm/macros | |
parent | 435167674968749684710d7ad5c4f628c6b4ae86 (diff) | |
parent | 224fdbf026cfb0ff88aac519875a39fb038e4bb1 (diff) |
Merge branch 'master' into decompile_use_pokeblock
Diffstat (limited to 'asm/macros')
-rw-r--r-- | asm/macros/pokemon_data.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/asm/macros/pokemon_data.inc b/asm/macros/pokemon_data.inc index 31c015334..ce8ef98ac 100644 --- a/asm/macros/pokemon_data.inc +++ b/asm/macros/pokemon_data.inc @@ -52,5 +52,5 @@ .byte \max_level .endif - .2byte SPECIES_\species + .2byte \species .endm |