diff options
| author | YamaArashi <shadow962@live.com> | 2016-06-11 17:30:20 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-06-11 17:30:20 -0700 |
| commit | 7e12ca56a8d04d33f3945bb5b981c311fcdd44ef (patch) | |
| tree | 8a61aee33d6b47e960dc71dbb89c096622bbdc95 /scripts/celadonhouse.asm | |
| parent | Implement handy text macros from yellow (diff) | |
| parent | remove address comments (diff) | |
| download | pokeyellow-7e12ca56a8d04d33f3945bb5b981c311fcdd44ef.tar.gz pokeyellow-7e12ca56a8d04d33f3945bb5b981c311fcdd44ef.tar.xz pokeyellow-7e12ca56a8d04d33f3945bb5b981c311fcdd44ef.zip | |
Merge pull request #133 from YamaArashi/master
Remove address comments
Diffstat (limited to 'scripts/celadonhouse.asm')
| -rwxr-xr-x | scripts/celadonhouse.asm | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/scripts/celadonhouse.asm b/scripts/celadonhouse.asm index aa94f2fd..7f2778d1 100755 --- a/scripts/celadonhouse.asm +++ b/scripts/celadonhouse.asm @@ -1,20 +1,20 @@ -CeladonHouseScript: ; 4920e (12:520e) +CeladonHouseScript: call EnableAutoTextBoxDrawing ret -CeladonHouseTextPointers: ; 49212 (12:5212) +CeladonHouseTextPointers: dw CeladonHouseText1 dw CeladonHouseText2 dw CeladonHouseText3 -CeladonHouseText1: ; 49218 (12:5218) +CeladonHouseText1: TX_FAR _CeladonHouseText1 db "@" -CeladonHouseText2: ; 4921d (12:521d) +CeladonHouseText2: TX_FAR _CeladonHouseText2 db "@" -CeladonHouseText3: ; 49222 (12:5222) +CeladonHouseText3: TX_FAR _CeladonHouseText3 db "@" |
