diff options
author | luckytyphlosion <alan.rj.huang@gmail.com> | 2015-10-18 15:37:40 -0400 |
---|---|---|
committer | luckytyphlosion <alan.rj.huang@gmail.com> | 2015-10-18 15:37:40 -0400 |
commit | bb97b63af1fbeca208cb30a41f8195b4408821dc (patch) | |
tree | 106b0bab693daa5335445b01c43a8cd4c851d231 /scripts/pewtergym.asm | |
parent | 35874024438c0a716ad3de8896207f02db56e7d1 (diff) |
Complete documentation of bank3
Also: split out bcd predefs from yellow/main.asm, start removing traces
of W_
Diffstat (limited to 'scripts/pewtergym.asm')
-rwxr-xr-x | scripts/pewtergym.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/pewtergym.asm b/scripts/pewtergym.asm index 831403bb..608fa4cd 100755 --- a/scripts/pewtergym.asm +++ b/scripts/pewtergym.asm @@ -60,7 +60,7 @@ PewterGymScript_5c3df: ; 5c3df (17:43df) ld [hSpriteIndexOrTextID], a call DisplayTextID .asm_5c408 - ld hl, W_OBTAINEDBADGES + ld hl, wObtainedBadges set 0, [hl] ld hl, wBeatGymFlags set 0, [hl] |