diff options
| author | luckytyphlosion <alan.rj.huang@gmail.com> | 2015-09-12 13:17:31 -0400 |
|---|---|---|
| committer | luckytyphlosion <alan.rj.huang@gmail.com> | 2015-09-12 13:17:31 -0400 |
| commit | 1253640dc41e845453cbfd42c0c85382f0be3a59 (patch) | |
| tree | d027822b813cd897842d4295522a26f9f4d47c56 /yellow | |
| parent | engine/save.asm (diff) | |
| download | pokeyellow-1253640dc41e845453cbfd42c0c85382f0be3a59.tar.gz pokeyellow-1253640dc41e845453cbfd42c0c85382f0be3a59.tar.xz pokeyellow-1253640dc41e845453cbfd42c0c85382f0be3a59.zip | |
Document some bank3f code.
Diffstat (limited to 'yellow')
| -rwxr-xr-x | yellow/main.asm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/yellow/main.asm b/yellow/main.asm index fdbe44cb..caa2b49c 100755 --- a/yellow/main.asm +++ b/yellow/main.asm @@ -40,7 +40,9 @@ _IsTilePassable: ; 4aaa (1:4aaa) PrintWaitingText: ; 4b89 (1:4b89) dr $4b89,$4bb7 _UpdateSprites: ; 4bb7 (1:4bb7) - dr $4bb7,$5ce4 + dr $4bb7,$5012 +Func_5012: ; 5012 (1:5012) + dr $5012,$5ce4 Func_5ce4: ; 5ce4 (1:5ce4) dr $5ce4,$5d58 PrintSaveScreenText: ; 5d58 (1:5d58) |
