diff options
| author | yenatch <yenatch@gmail.com> | 2014-05-23 15:34:35 -0700 |
|---|---|---|
| committer | yenatch <yenatch@gmail.com> | 2014-05-23 15:34:35 -0700 |
| commit | 8f8281fe6ed02d8235ab9f92fa6ae93f50a3bf8e (patch) | |
| tree | 58a093bd6c1bdb5e0d7a978c8ace042c6b3d16bd /engine/cable_club.asm | |
| parent | More complete hardware constants. Rename joypad constants. (diff) | |
| download | pokeyellow-8f8281fe6ed02d8235ab9f92fa6ae93f50a3bf8e.tar.gz pokeyellow-8f8281fe6ed02d8235ab9f92fa6ae93f50a3bf8e.tar.xz pokeyellow-8f8281fe6ed02d8235ab9f92fa6ae93f50a3bf8e.zip | |
Comment some more bank 0 functions.
Diffstat (limited to 'engine/cable_club.asm')
| -rwxr-xr-x | engine/cable_club.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/cable_club.asm b/engine/cable_club.asm index bcba5592..975ce678 100755 --- a/engine/cable_club.asm +++ b/engine/cable_club.asm @@ -887,7 +887,7 @@ Func_5a5f: ; 5a5f (1:5a5f) ret nz ld a, $4d call Predef ; indirect jump to Func_5aaf (5aaf (1:5aaf)) - jp InitGame + jp Init .asm_5a75 call Func_5317 ld hl, Club_GFX |
