diff options
| author | PikalaxALT <pikalaxalt@gmail.com> | 2018-06-02 20:16:37 -0400 |
|---|---|---|
| committer | PikalaxALT <pikalaxalt@gmail.com> | 2018-06-02 20:16:37 -0400 |
| commit | 956d010d59ad225bea768aec172ccb56977b1775 (patch) | |
| tree | 4385f7c50ebb09e747f9e2cac4bc900d925060d4 /data/items | |
| parent | 513028a98e6225e39c53ea64e4f9c483b3abd55b (diff) | |
Make the repository build all four ROMs
Diffstat (limited to 'data/items')
| -rw-r--r-- | data/items/names.asm | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/data/items/names.asm b/data/items/names.asm index 4b45a63..a37acce 100644 --- a/data/items/names.asm +++ b/data/items/names.asm @@ -1,6 +1,10 @@ INCLUDE "constants.asm" +if DEBUG SECTION "ItemNames", ROMX[$6FEC], BANK[$01] +else +SECTION "ItemNames", ROMX[$6FE9], BANK[$01] +endc ItemNames:: db "マスターボール@" ; MASTER_BALL |
