diff options
| author | pikalaxalt <PikalaxALT@gmail.com> | 2016-05-27 08:20:56 -0400 |
|---|---|---|
| committer | pikalaxalt <PikalaxALT@gmail.com> | 2016-05-27 08:20:56 -0400 |
| commit | 1f4f4b99a83406f3078ad639d2c81da32468d463 (patch) | |
| tree | 17b53841b98b959868bc2e536f672b5d05f3e480 /wram.asm | |
| parent | Uncomment map header pointers for disassembled maps (diff) | |
| download | pokeyellow-1f4f4b99a83406f3078ad639d2c81da32468d463.tar.gz pokeyellow-1f4f4b99a83406f3078ad639d2c81da32468d463.tar.xz pokeyellow-1f4f4b99a83406f3078ad639d2c81da32468d463.zip | |
Update Celadon scripts
Diffstat (limited to 'wram.asm')
| -rwxr-xr-x | wram.asm | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -2852,7 +2852,9 @@ W_MANSION4CURSCRIPT:: ; d63e W_VICTORYROAD2CURSCRIPT:: ; d63f ds 1 W_VICTORYROAD3CURSCRIPT:: ; d640 - ds 2 + ds 1 +W_CELADONCITYCURSCRIPT:: + ds 1 W_FIGHTINGDOJOCURSCRIPT:: ; d642 ds 1 W_SILPHCO2CURSCRIPT:: ; d643 |
