diff options
author | pikalaxalt <PikalaxALT@gmail.com> | 2016-06-03 23:25:35 -0400 |
---|---|---|
committer | pikalaxalt <PikalaxALT@gmail.com> | 2016-06-03 23:25:35 -0400 |
commit | 63123f9ad3fa18057811c29c7e3542ebf683d219 (patch) | |
tree | 415c6d959e424514194a05da932ef1f384a1bd37 /text | |
parent | b170bb4f1318e349ade1e8a208766b06afb2cad7 (diff) |
Remaining maps in bank 1D (and the whole ROM)
Diffstat (limited to 'text')
-rw-r--r-- | text/maps/agatha.asm | 2 | ||||
-rw-r--r-- | text/maps/bruno.asm | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/text/maps/agatha.asm b/text/maps/agatha.asm index 7d1b97bb..95b455c8 100644 --- a/text/maps/agatha.asm +++ b/text/maps/agatha.asm @@ -38,7 +38,7 @@ _AgathaAfterBattleText:: cont "along now, child!" done -_AgathaText2:: +_AgathaDontRunAwayText:: text "Someone's voice:" line "Don't run away!" done diff --git a/text/maps/bruno.asm b/text/maps/bruno.asm index dea3d201..ddcbdb59 100644 --- a/text/maps/bruno.asm +++ b/text/maps/bruno.asm @@ -31,7 +31,7 @@ _BrunoAfterBattleText:: cont "challenge!" done -_UnnamedText_763d2:: +_BrunoDontRunAwayText:: text "Someone's voice:" line "Don't run away!" done |