diff options
| author | YamaArashi <shadow962@live.com> | 2015-07-12 23:00:48 -0700 |
|---|---|---|
| committer | YamaArashi <shadow962@live.com> | 2015-07-12 23:00:48 -0700 |
| commit | 4a8c9993ad182296131ef87111e1b6d6e2af4201 (patch) | |
| tree | cd8044bd5b8e4b88501c2ccf7b006ef296a735ca /scripts/ceruleanhouse2.asm | |
| parent | use constant for bg transfer dest hram var (diff) | |
| download | pokeyellow-4a8c9993ad182296131ef87111e1b6d6e2af4201.tar.gz pokeyellow-4a8c9993ad182296131ef87111e1b6d6e2af4201.tar.xz pokeyellow-4a8c9993ad182296131ef87111e1b6d6e2af4201.zip | |
named wram variables
Diffstat (limited to 'scripts/ceruleanhouse2.asm')
| -rwxr-xr-x | scripts/ceruleanhouse2.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/ceruleanhouse2.asm b/scripts/ceruleanhouse2.asm index 423c0209..2d012d70 100755 --- a/scripts/ceruleanhouse2.asm +++ b/scripts/ceruleanhouse2.asm @@ -26,7 +26,7 @@ CeruleanHouse2Text1: ; 74e15 (1d:4e15) ld a, h ld [wList + 1], a xor a - ld [wcf93], a + ld [wPrintItemPrices], a ld [wMenuItemToSwap], a ld a, SPECIALLISTMENU ld [wListMenuID], a |
