diff options
author | pikalaxalt <PikalaxALT@gmail.com> | 2016-05-22 19:40:45 -0400 |
---|---|---|
committer | pikalaxalt <PikalaxALT@gmail.com> | 2016-05-22 19:40:45 -0400 |
commit | 10984f14cebe3357c45c7d0d2b981d216fc623bf (patch) | |
tree | 3cb066adc200b2a251b11dd7f02cd6a54bfc872a /main.asm | |
parent | 53dac35a090e74412bdd4528e5ecf18221a4936c (diff) |
Replace MonsterNames dr with file already in repo
Diffstat (limited to 'main.asm')
-rwxr-xr-x | main.asm | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -875,8 +875,7 @@ SECTION "bank39",ROMX,BANK[$39] SECTION "bank3A",ROMX,BANK[$3A] -MonsterNames: ; e8000 (3a:4000) - dr $e8000,$e876c +INCLUDE "text/monster_names.asm" IsPlayerJustOutsideMap: ; e876c (3a:476c) dr $e876c,$e8783 Func_e8783: ; e8783 (3a:4783) |