diff options
| author | YamaArashi <shadow962@live.com> | 2016-12-31 17:23:54 -0800 |
|---|---|---|
| committer | YamaArashi <shadow962@live.com> | 2016-12-31 17:23:54 -0800 |
| commit | bf67f7174d8e3f1348c786618ee5a3a076d1eff8 (patch) | |
| tree | 41dfcd420ce30d4b077d2055e096ea40e4a229a5 /engine/cable_club.asm | |
| parent | use hardware constants in pic.asm (diff) | |
| download | pokeyellow-bf67f7174d8e3f1348c786618ee5a3a076d1eff8.tar.gz pokeyellow-bf67f7174d8e3f1348c786618ee5a3a076d1eff8.tar.xz pokeyellow-bf67f7174d8e3f1348c786618ee5a3a076d1eff8.zip | |
split code out of main.asm
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 fa99215e..474dbd11 100755 --- a/engine/cable_club.asm +++ b/engine/cable_club.asm @@ -588,7 +588,7 @@ ReturnToCableClubRoom: dec a ld [wDestinationWarpID], a call LoadMapData - callba ClearVariablesAfterLoadingMapData + callba ClearVariablesOnEnterMap pop hl pop af ld [hl], a |
