diff options
| author | Daniel Harding <corrnondacqb@yahoo.com> | 2015-06-04 23:02:28 -0500 |
|---|---|---|
| committer | Daniel Harding <corrnondacqb@yahoo.com> | 2015-06-04 23:02:28 -0500 |
| commit | c43c338a5f7d90494b7e6e67c6533288bd28117d (patch) | |
| tree | a2ab7437ff9980a9debb73a4c4ece6a4650455f5 /engine/battle/bank_e_misc.asm | |
| parent | Fix a hardcoded value by replacing it with a variable. (diff) | |
| parent | ANSI->UTF-8 (diff) | |
| download | pokeyellow-c43c338a5f7d90494b7e6e67c6533288bd28117d.tar.gz pokeyellow-c43c338a5f7d90494b7e6e67c6533288bd28117d.tar.xz pokeyellow-c43c338a5f7d90494b7e6e67c6533288bd28117d.zip | |
Merge pull request #96 from dannye/master
wram comments, EOLs, EOFs, and UTF-8
Diffstat (limited to 'engine/battle/bank_e_misc.asm')
| -rwxr-xr-x[-rw-r--r--] | engine/battle/bank_e_misc.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/battle/bank_e_misc.asm b/engine/battle/bank_e_misc.asm index 78b27108..6ef4065f 100644..100755 --- a/engine/battle/bank_e_misc.asm +++ b/engine/battle/bank_e_misc.asm @@ -119,4 +119,4 @@ GetMonSpecies: ; 39c37 (e:5c37) add hl, de ld a, [hl] ld [wcf91], a - ret
\ No newline at end of file + ret |
