diff options
| author | IIMarckus <iimarckus@gmail.com> | 2016-06-08 05:44:58 -0600 |
|---|---|---|
| committer | IIMarckus <iimarckus@gmail.com> | 2016-06-08 05:44:58 -0600 |
| commit | 6e8c3883e430b567f7aa8f9230e366e03610bd5a (patch) | |
| tree | ca189f210cb5f404d4791ace04fcd70de6b3a642 /scripts/billshouse2.asm | |
| parent | Fix WRAM address comments beyond the former site of wGBC (diff) | |
| download | pokeyellow-6e8c3883e430b567f7aa8f9230e366e03610bd5a.tar.gz pokeyellow-6e8c3883e430b567f7aa8f9230e366e03610bd5a.tar.xz pokeyellow-6e8c3883e430b567f7aa8f9230e366e03610bd5a.zip | |
Part 1 of syncing with pokered.
Diffstat (limited to 'scripts/billshouse2.asm')
| -rwxr-xr-x | scripts/billshouse2.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/billshouse2.asm b/scripts/billshouse2.asm index 2ae17ae6..8e0c1765 100755 --- a/scripts/billshouse2.asm +++ b/scripts/billshouse2.asm @@ -83,7 +83,7 @@ BillsHouseText_f24a9: TX_FAR _BillsHouseText_1e8da db "@" -Func_f24ae: ; f24ae +Func_f24ae: ld a, [wCurMap] cp BILLS_HOUSE jr nz, .asm_f24d2 |
