summaryrefslogtreecommitdiff
path: root/yellow/main.asm
diff options
context:
space:
mode:
authorluckytyphlosion <alan.rj.huang@gmail.com>2015-09-07 13:00:02 -0400
committerluckytyphlosion <alan.rj.huang@gmail.com>2015-09-07 13:00:32 -0400
commit4571f8130eab92325d16e94330ae7f92f3ea7caa (patch)
tree86caca401d1a70e889ab89c5df67562bfa263b27 /yellow/main.asm
parent0968c22b2f3fd6b528b4c72eaa17607c49cd5909 (diff)
engine/save.asm
Diffstat (limited to 'yellow/main.asm')
-rwxr-xr-xyellow/main.asm11
1 files changed, 4 insertions, 7 deletions
diff --git a/yellow/main.asm b/yellow/main.asm
index 72d984a9..fdbe44cb 100755
--- a/yellow/main.asm
+++ b/yellow/main.asm
@@ -42,7 +42,9 @@ PrintWaitingText: ; 4b89 (1:4b89)
_UpdateSprites: ; 4bb7 (1:4bb7)
dr $4bb7,$5ce4
Func_5ce4: ; 5ce4 (1:5ce4)
- dr $5ce4,$6042
+ dr $5ce4,$5d58
+PrintSaveScreenText: ; 5d58 (1:5d58)
+ dr $5d58,$6042
SpecialWarpIn: ; 6042 (1:6042)
dr $6042,$68a6
SubtractAmountPaidFromMoney_: ; 68a6 (1:68a6)
@@ -1102,12 +1104,7 @@ INCLUDE "engine/town_map.asm"
INCLUDE "engine/mon_party_sprites.asm"
INCLUDE "engine/in_game_trades.asm"
INCLUDE "engine/palettes.asm"
-
-;PokemonYellowGraphics: INCBIN "gfx/pokemon_yellow.t6.2bpp"
-
- dr $73959,$73e2e
-SaveHallOfFameTeams: ; 73e2e (1c:7e2e)
- dr $73e2e,$74000
+INCLUDE "engine/save.asm"
SECTION "bank1D",ROMX,BANK[$1D]