diff options
| author | Bryan Bishop <kanzure@gmail.com> | 2012-01-06 14:23:12 -0600 |
|---|---|---|
| committer | Bryan Bishop <kanzure@gmail.com> | 2012-01-06 14:23:12 -0600 |
| commit | 242a02aaa79966c25cc0ffc1985fda30753c475d (patch) | |
| tree | 47a8b62f339bb485264473db40bd972e68d2f4f2 /pokered.asm | |
| parent | fix pointer calculation in analyze_texts (diff) | |
| download | pokeyellow-242a02aaa79966c25cc0ffc1985fda30753c475d.tar.gz pokeyellow-242a02aaa79966c25cc0ffc1985fda30753c475d.tar.xz pokeyellow-242a02aaa79966c25cc0ffc1985fda30753c475d.zip | |
analyze_text now works with TX_FAR
hg-commit-id: a32cf6cdc6f2
Diffstat (limited to 'pokered.asm')
| -rw-r--r-- | pokered.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pokered.asm b/pokered.asm index 72eeb320..3191cfac 100644 --- a/pokered.asm +++ b/pokered.asm @@ -5646,8 +5646,8 @@ OakWalksUpText: TX_FAR _OakWalksUpText db "@" -PalletTownText2: ; girl - TX_FAR _PalletTownText2 +PalletTownText2: ; girl 0x18fd3 + TX_FAR _PalletTownText2 ; dc 42 29 pointing to 0xa42dc db "@" PalletTownText3: ; fat man |
