diff options
| author | dannye <corrnondacqb@yahoo.com> | 2015-12-14 22:09:30 -0600 |
|---|---|---|
| committer | dannye <corrnondacqb@yahoo.com> | 2015-12-14 22:09:30 -0600 |
| commit | 351146024bdd386c328af0f2abdb04e728e4c133 (patch) | |
| tree | 302778584b45ba74080ca893fbc94c81e825118b /scripts/billshouse.asm | |
| parent | Define text banks relative to the first one. Clean up address comments. (diff) | |
| download | pokeyellow-351146024bdd386c328af0f2abdb04e728e4c133.tar.gz pokeyellow-351146024bdd386c328af0f2abdb04e728e4c133.tar.xz pokeyellow-351146024bdd386c328af0f2abdb04e728e4c133.zip | |
Fewer underscores in constants
Diffstat (limited to 'scripts/billshouse.asm')
| -rwxr-xr-x | scripts/billshouse.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/billshouse.asm b/scripts/billshouse.asm index d594f907..04d3ee60 100755 --- a/scripts/billshouse.asm +++ b/scripts/billshouse.asm @@ -163,7 +163,7 @@ BillsHouseText2: ; 1e874 (7:6874) jr nz, .asm_1e8a9 ld hl, BillThankYouText call PrintText - lb bc, S_S__TICKET, 1 + lb bc, S_S_TICKET, 1 call GiveItem jr nc, .BagFull ld hl, SSTicketReceivedText |
