diff options
| author | U-Daniel-PC\Daniel <corrnondacqb@yahoo.com> | 2015-06-05 14:01:18 -0500 |
|---|---|---|
| committer | U-Daniel-PC\Daniel <corrnondacqb@yahoo.com> | 2015-06-05 15:10:39 -0500 |
| commit | d48ea223eaad84af95e4f29043c279b56aa4ae88 (patch) | |
| tree | 2fd8807ed257d9d9f03e351c2d6a71d7b208d671 /wram.asm | |
| parent | Merge branch 'master' of https://github.com/iimarckus/pokered (diff) | |
| download | pokeyellow-d48ea223eaad84af95e4f29043c279b56aa4ae88.tar.gz pokeyellow-d48ea223eaad84af95e4f29043c279b56aa4ae88.tar.xz pokeyellow-d48ea223eaad84af95e4f29043c279b56aa4ae88.zip | |
Fix a lot of bugs
Diffstat (limited to 'wram.asm')
| -rwxr-xr-x | wram.asm | 12 |
1 files changed, 9 insertions, 3 deletions
@@ -1634,13 +1634,19 @@ wDestinationWarpID:: ; d42f wd430:: ds 1 ; d430 wd431:: ds 1 ; d431 - ds 3 + ds 2 +wd434:: ds 1 wd435:: ds 1 wd436:: ds 1 - ds 60 - + ds 19 + +wd44a:: ds 1 +wd44b:: ds 1 + + ds 39 + wd472:: ds 1 wd473:: ds 1 |
